Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.github.fracpete |
ArtifactId | ArtifactIdinetutils4j |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
inetutils4j-0.0.1.pom | |
inetutils4j-0.0.1.jar | 13 KB |
inetutils4j-0.0.1-spring-boot.jar | 184 KB |
inetutils4j-0.0.1-sources.jar | 9 KB |
inetutils4j-0.0.1-javadoc.jar | 412 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fracpete/inetutils4j/ -->
<dependency>
<groupId>com.github.fracpete</groupId>
<artifactId>inetutils4j</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fracpete/inetutils4j/
implementation 'com.github.fracpete:inetutils4j:0.0.1'
// https://jarcasting.com/artifacts/com.github.fracpete/inetutils4j/
implementation ("com.github.fracpete:inetutils4j:0.0.1")
'com.github.fracpete:inetutils4j:jar:0.0.1'
<dependency org="com.github.fracpete" name="inetutils4j" rev="0.0.1">
<artifact name="inetutils4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fracpete', module='inetutils4j', version='0.0.1')
)
libraryDependencies += "com.github.fracpete" % "inetutils4j" % "0.0.1"
[com.github.fracpete/inetutils4j "0.0.1"]