| Лицензия |
Лицензия
Sun Microsystems, Inc. Binary Code License Agreement
|
|---|---|
| Группа | Группаcom.sun.jndi |
| Идентификатор | Идентификаторdsml |
| Последняя версия | Последняя версия1.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описание |
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| dsml-1.2.pom | 493 bytes |
| Обзор |
<!-- 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"]