GroupId | GroupIdorg.nhind |
---|---|
ArtifactId | ArtifactIddns-sboot |
Version | Version6.0 |
Type | Typejar |
Filename | Size |
---|---|
dns-sboot-6.0.pom | |
dns-sboot-6.0.jar | 41 MB |
dns-sboot-6.0-tests.jar | 3 KB |
dns-sboot-6.0-sources.jar | 6 KB |
dns-sboot-6.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nhind/dns-sboot/ -->
<dependency>
<groupId>org.nhind</groupId>
<artifactId>dns-sboot</artifactId>
<version>6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.nhind/dns-sboot/
implementation 'org.nhind:dns-sboot:6.0'
// https://jarcasting.com/artifacts/org.nhind/dns-sboot/
implementation ("org.nhind:dns-sboot:6.0")
'org.nhind:dns-sboot:jar:6.0'
<dependency org="org.nhind" name="dns-sboot" rev="6.0">
<artifact name="dns-sboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nhind', module='dns-sboot', version='6.0')
)
libraryDependencies += "org.nhind" % "dns-sboot" % "6.0"
[org.nhind/dns-sboot "6.0"]