|
1304 | 1304 |
|
1305 | 1305 | <!-- Third party components -->
|
1306 | 1306 |
|
| 1307 | + <!-- abego TreeLayout - https://github.com/abego/treelayout --> |
| 1308 | + <org.abego.treelayout.core.version>1.0.3</org.abego.treelayout.core.version> |
| 1309 | + <org.abego.treelayout.org.abego.treelayout.core.version>${org.abego.treelayout.core.version}</org.abego.treelayout.org.abego.treelayout.core.version> |
| 1310 | + |
1307 | 1311 | <!-- Algart TIFF - https://algart.net/java/AlgART-TIFF/ -->
|
1308 | 1312 | <algart-tiff.version>1.2.7</algart-tiff.version>
|
1309 | 1313 | <net.algart.algart-tiff.version>${algart-tiff.version}</net.algart.algart-tiff.version>
|
|
1779 | 1783 | <com.google.guava.guava.version>${guava.version}</com.google.guava.guava.version>
|
1780 | 1784 | <com.google.guava.failureaccess.version>${failureaccess.version}</com.google.guava.failureaccess.version>
|
1781 | 1785 |
|
| 1786 | + <!-- Guice - https://github.com/google/guice --> |
| 1787 | + <guice.version>7.0.0</guice.version> |
| 1788 | + <com.google.inject.guice.version>${guice.version}</com.google.inject.guice.version> |
| 1789 | + |
1782 | 1790 | <!-- Humble Video - https://github.com/artclarke/humble-video -->
|
1783 | 1791 | <humble-video.version>0.3.0</humble-video.version>
|
1784 | 1792 | <humble-video-all.version>${humble-video.version}</humble-video-all.version>
|
|
2039 | 2047 | <jffi.version>1.3.13</jffi.version>
|
2040 | 2048 | <jnr-constants.version>0.10.4</jnr-constants.version>
|
2041 | 2049 | <jnr-ffi.version>2.2.16</jnr-ffi.version>
|
| 2050 | + <jnr-netdb.version>1.2.0</jnr-netdb.version> |
2042 | 2051 | <jnr-posix.version>3.1.19</jnr-posix.version>
|
2043 | 2052 | <com.github.jnr.jffi.version>${jffi.version}</com.github.jnr.jffi.version>
|
2044 | 2053 | <com.github.jnr.jnr-constants.version>${jnr-constants.version}</com.github.jnr.jnr-constants.version>
|
2045 | 2054 | <com.github.jnr.jnr-ffi.version>${jnr-ffi.version}</com.github.jnr.jnr-ffi.version>
|
| 2055 | + <com.github.jnr.jnr-netdb.version>${jnr-netdb.version}</com.github.jnr.jnr-netdb.version> |
2046 | 2056 | <com.github.jnr.jnr-posix.version>${jnr-posix.version}</com.github.jnr.jnr-posix.version>
|
2047 | 2057 |
|
2048 | 2058 |
10000
<!-- Joda-Time - https://www.joda.org/joda-time/ --> |
|
4193 | 4203 |
|
4194 | 4204 | <!-- Third party components -->
|
4195 | 4205 |
|
| 4206 | + <!-- abego TreeLayout - https://github.com/abego/treelayout --> |
| 4207 | + <dependency> |
| 4208 | + <groupId>org.abego.treelayout</groupId> |
| 4209 | + <artifactId>org.abego.treelayout.core</artifactId> |
| 4210 | + <version>${org.abego.treelayout.org.abego.treelayout.core.version}</version> |
| 4211 | + </dependency> |
| 4212 | + |
4196 | 4213 | <!-- Algart TIFF - https://algart.net/java/AlgART-TIFF/ -->
|
4197 | 4214 | <dependency>
|
4198 | 4215 | <groupId>net.algart</groupId>
|
|
5273 | 5290 | <version>${com.google.guava.failureaccess.version}</version>
|
5274 | 5291 | </dependency>
|
5275 | 5292 |
|
| 5293 | + <!-- Guice - https://github.com/google/guice --> |
| 5294 | + <dependency> |
| 5295 | + <groupId>com.google.inject</groupId> |
| 5296 | + <artifactId>guice</artifactId> |
| 5297 | + <version>${com.google.inject.guice.version}</version> |
| 5298 | + </dependency> |
| 5299 | + |
5276 | 5300 | <!-- Humble Video - https://github.com/artclarke/humble-video -->
|
5277 | 5301 | <dependency>
|
5278 | 5302 | <groupId>io.humble</groupId>
|
|
5795 | 5819 | <artifactId>jnr-ffi</artifactId>
|
5796 | 5820 | <version>${com.github.jnr.jnr-ffi.version}</version>
|
5797 | 5821 | </dependency>
|
| 5822 | + <dependency> |
| 5823 | + <groupId>com.github.jnr</groupId> |
| 5824 | + <artifactId>jnr-netdb</artifactId> |
| 5825 | + <version>${com.github.jnr.jnr-netdb.version}</version> |
| 5826 | + </dependency> |
5798 | 5827 | <dependency>
|
5799 | 5828 | <groupId>com.github.jnr</groupId>
|
5800 | 5829 | <artifactId>jnr-posix</artifactId>
|
|
0 commit comments