| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть JNA Инструменты разработки Native |
| Группа | Группаnet.sf.jnati |
| Идентификатор | Идентификаторjnati-deploy |
| Последняя версия | Последняя версия0.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjnati - Artifact Deployer
A toolkit for working with native, non-Java, programs and libraries from within Java.
|
| Организация-разработчик |
Организация-разработчикSam Adams |
| Имя Файла | Размер |
|---|---|
| jnati-deploy-0.4.pom | |
| jnati-deploy-0.4.jar | 32 KB |
| jnati-deploy-0.4-sources.jar | 25 KB |
| jnati-deploy-0.4-javadoc.jar | 135 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sf.jnati/jnati-deploy/ -->
<dependency>
<groupId>net.sf.jnati</groupId>
<artifactId>jnati-deploy</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jnati/jnati-deploy/
implementation 'net.sf.jnati:jnati-deploy:0.4'
// https://jarcasting.com/artifacts/net.sf.jnati/jnati-deploy/
implementation ("net.sf.jnati:jnati-deploy:0.4")
'net.sf.jnati:jnati-deploy:jar:0.4'
<dependency org="net.sf.jnati" name="jnati-deploy" rev="0.4">
<artifact name="jnati-deploy" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jnati', module='jnati-deploy', version='0.4')
)
libraryDependencies += "net.sf.jnati" % "jnati-deploy" % "0.4"
[net.sf.jnati/jnati-deploy "0.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.sf.jnati : jnati-core | jar | 0.4 |
| log4j : log4j | jar | 1.2.14 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.5 |