GroupId | GroupIdcom.github.felfert |
---|---|
ArtifactId | ArtifactIdcidrutils |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
cidrutils-1.0.pom | |
cidrutils-1.0.jar | 5 KB |
cidrutils-1.0-sources.jar | 5 KB |
cidrutils-1.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.felfert/cidrutils/ -->
<dependency>
<groupId>com.github.felfert</groupId>
<artifactId>cidrutils</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.felfert/cidrutils/
implementation 'com.github.felfert:cidrutils:1.0'
// https://jarcasting.com/artifacts/com.github.felfert/cidrutils/
implementation ("com.github.felfert:cidrutils:1.0")
'com.github.felfert:cidrutils:jar:1.0'
<dependency org="com.github.felfert" name="cidrutils" rev="1.0">
<artifact name="cidrutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.felfert', module='cidrutils', version='1.0')
)
libraryDependencies += "com.github.felfert" % "cidrutils" % "1.0"
[com.github.felfert/cidrutils "1.0"]