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