License |
License
Sun Microsystems, Inc. Binary Code License Agreement
|
---|---|
GroupId | GroupIdcom.sun.jndi |
ArtifactId | ArtifactIddns |
Last Version | Last Version1.2 |
Release Date | Release Date |
Type | Typepom |
Description |
Description |
Project URL |
Project URL |
Filename | Size |
---|---|
dns-1.2.pom | 492 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jndi/dns/ -->
<dependency>
<groupId>com.sun.jndi</groupId>
<artifactId>dns</artifactId>
<version>1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jndi/dns/
implementation 'com.sun.jndi:dns:1.2'
// https://jarcasting.com/artifacts/com.sun.jndi/dns/
implementation ("com.sun.jndi:dns:1.2")
'com.sun.jndi:dns:pom:1.2'
<dependency org="com.sun.jndi" name="dns" rev="1.2">
<artifact name="dns" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sun.jndi', module='dns', version='1.2')
)
libraryDependencies += "com.sun.jndi" % "dns" % "1.2"
[com.sun.jndi/dns "1.2"]