License |
License |
---|---|
Categories |
CategoriesNet JNA Development Tools Native |
GroupId | GroupIdnet.sf.jnati |
ArtifactId | ArtifactIdjnati |
Last Version | Last Version0.4 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionjnati
A toolkit for working with native, non-Java, programs and libraries from within Java.
|
Project URL |
Project URL |
Project Organization |
Project OrganizationSam Adams |
Filename | Size |
---|---|
jnati-0.4.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.jnati/jnati/ -->
<dependency>
<groupId>net.sf.jnati</groupId>
<artifactId>jnati</artifactId>
<version>0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jnati/jnati/
implementation 'net.sf.jnati:jnati:0.4'
// https://jarcasting.com/artifacts/net.sf.jnati/jnati/
implementation ("net.sf.jnati:jnati:0.4")
'net.sf.jnati:jnati:pom:0.4'
<dependency org="net.sf.jnati" name="jnati" rev="0.4">
<artifact name="jnati" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.jnati', module='jnati', version='0.4')
)
libraryDependencies += "net.sf.jnati" % "jnati" % "0.4"
[net.sf.jnati/jnati "0.4"]