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