Categories |
CategoriesDoma Data ORM |
---|---|
GroupId | GroupIdcom.github.0604hx |
ArtifactId | ArtifactIdip2domain |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
ip2domain-1.3.pom | |
ip2domain-1.3.jar | 14 KB |
ip2domain-1.3-sources.jar | 7 KB |
ip2domain-1.3-javadoc.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.0604hx/ip2domain/ -->
<dependency>
<groupId>com.github.0604hx</groupId>
<artifactId>ip2domain</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.0604hx/ip2domain/
implementation 'com.github.0604hx:ip2domain:1.3'
// https://jarcasting.com/artifacts/com.github.0604hx/ip2domain/
implementation ("com.github.0604hx:ip2domain:1.3")
'com.github.0604hx:ip2domain:jar:1.3'
<dependency org="com.github.0604hx" name="ip2domain" rev="1.3">
<artifact name="ip2domain" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.0604hx', module='ip2domain', version='1.3')
)
libraryDependencies += "com.github.0604hx" % "ip2domain" % "1.3"
[com.github.0604hx/ip2domain "1.3"]