Categories |
CategoriesCLI User Interface SBE Data Data Structures |
---|---|
GroupId | GroupIdbe.dnsbelgium |
ArtifactId | ArtifactIdrdap-client |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
rdap-client-1.0.3.pom | |
rdap-client-1.0.3.jar | 14 KB |
rdap-client-1.0.3-sources.jar | 8 KB |
rdap-client-1.0.3-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/be.dnsbelgium/rdap-client/ -->
<dependency>
<groupId>be.dnsbelgium</groupId>
<artifactId>rdap-client</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/be.dnsbelgium/rdap-client/
implementation 'be.dnsbelgium:rdap-client:1.0.3'
// https://jarcasting.com/artifacts/be.dnsbelgium/rdap-client/
implementation ("be.dnsbelgium:rdap-client:1.0.3")
'be.dnsbelgium:rdap-client:jar:1.0.3'
<dependency org="be.dnsbelgium" name="rdap-client" rev="1.0.3">
<artifact name="rdap-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='be.dnsbelgium', module='rdap-client', version='1.0.3')
)
libraryDependencies += "be.dnsbelgium" % "rdap-client" % "1.0.3"
[be.dnsbelgium/rdap-client "1.0.3"]