Categories |
CategoriesSBE Data Data Structures |
---|---|
GroupId | GroupIdbe.dnsbelgium |
ArtifactId | ArtifactIdrdap-core |
Version | Version2.0.5 |
Type | Typejar |
Filename | Size |
---|---|
rdap-core-2.0.5.pom | |
rdap-core-2.0.5.jar | 105 KB |
rdap-core-2.0.5-sources.jar | 52 KB |
rdap-core-2.0.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/be.dnsbelgium/rdap-core/
implementation 'be.dnsbelgium:rdap-core:2.0.5'
// https://jarcasting.com/artifacts/be.dnsbelgium/rdap-core/
implementation ("be.dnsbelgium:rdap-core:2.0.5")
'be.dnsbelgium:rdap-core:jar:2.0.5'
<dependency org="be.dnsbelgium" name="rdap-core" rev="2.0.5">
<artifact name="rdap-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.dnsbelgium', module='rdap-core', version='2.0.5')
)
libraryDependencies += "be.dnsbelgium" % "rdap-core" % "2.0.5"
[be.dnsbelgium/rdap-core "2.0.5"]