License |
License |
---|---|
Categories |
CategoriesNet JNA Development Tools Native |
GroupId | GroupIdnet.sf.jnati |
ArtifactId | ArtifactIdjnati-deploy |
Last Version | Last Version0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjnati - Artifact Deployer
A toolkit for working with native, non-Java, programs and libraries from within Java.
|
Project Organization |
Project OrganizationSam Adams |
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
net.sf.jnati : jnati-core | jar | 0.4 |
log4j : log4j | jar | 1.2.14 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.5 |