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