| License | License | 
|---|---|
| Categories | CategoriesNet | 
| GroupId | GroupIdcom.axway.ats.gnu.classpath.ext | 
| ArtifactId | ArtifactIdinetlib | 
| Last Version | Last Version1.1.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptiongnu-classpath-ext-inetlib This project is mavenized version of the gnu.classpath.ext:inetlib jar.
	   All the code is the same as in the official jar from GNU. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| inetlib-1.1.1.pom | |
| inetlib-1.1.1.jar | 190 KB | 
| inetlib-1.1.1-sources.jar | 235 KB | 
| inetlib-1.1.1-javadoc.jar | 682 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.axway.ats.gnu.classpath.ext/inetlib/ -->
<dependency>
    <groupId>com.axway.ats.gnu.classpath.ext</groupId>
    <artifactId>inetlib</artifactId>
    <version>1.1.1</version>
</dependency>// https://jarcasting.com/artifacts/com.axway.ats.gnu.classpath.ext/inetlib/
implementation 'com.axway.ats.gnu.classpath.ext:inetlib:1.1.1'// https://jarcasting.com/artifacts/com.axway.ats.gnu.classpath.ext/inetlib/
implementation ("com.axway.ats.gnu.classpath.ext:inetlib:1.1.1")'com.axway.ats.gnu.classpath.ext:inetlib:jar:1.1.1'<dependency org="com.axway.ats.gnu.classpath.ext" name="inetlib" rev="1.1.1">
  <artifact name="inetlib" type="jar" />
</dependency>@Grapes(
@Grab(group='com.axway.ats.gnu.classpath.ext', module='inetlib', version='1.1.1')
)libraryDependencies += "com.axway.ats.gnu.classpath.ext" % "inetlib" % "1.1.1"[com.axway.ats.gnu.classpath.ext/inetlib "1.1.1"]