Categories |
CategoriesSBE Data Data Structures |
---|---|
GroupId | GroupIdbe.dnsbelgium |
ArtifactId | ArtifactIdrdap-core |
Version | Version2.0.7 |
Type | Typejar |
Filename | Size |
---|---|
rdap-core-2.0.7.pom | |
rdap-core-2.0.7.jar | 105 KB |
rdap-core-2.0.7-sources.jar | 52 KB |
rdap-core-2.0.7-javadoc.jar | 311 KB |
Browse |
<!-- https://jarcasting.com/artifacts/be.dnsbelgium/rdap-core/ -->
<dependency>
<groupId>be.dnsbelgium</groupId>
<artifactId>rdap-core</artifactId>
<version>2.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/be.dnsbelgium/rdap-core/
implementation 'be.dnsbelgium:rdap-core:2.0.7'
// https://jarcasting.com/artifacts/be.dnsbelgium/rdap-core/
implementation ("be.dnsbelgium:rdap-core:2.0.7")
'be.dnsbelgium:rdap-core:jar:2.0.7'
<dependency org="be.dnsbelgium" name="rdap-core" rev="2.0.7">
<artifact name="rdap-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.dnsbelgium', module='rdap-core', version='2.0.7')
)
libraryDependencies += "be.dnsbelgium" % "rdap-core" % "2.0.7"
[be.dnsbelgium/rdap-core "2.0.7"]