License |
License |
---|---|
Categories |
CategoriesJNR Development Tools Native |
GroupId | GroupIdcom.github.jnr |
ArtifactId | ArtifactIdjnr-invoke |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjnr-invoke
A library for invoking native functions from java
|
Filename | Size |
---|---|
jnr-invoke-0.1.pom | |
jnr-invoke-0.1.jar | 92 KB |
jnr-invoke-0.1-sources.jar | 45 KB |
jnr-invoke-0.1-javadoc.jar | 121 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jnr/jnr-invoke/ -->
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-invoke</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jnr/jnr-invoke/
implementation 'com.github.jnr:jnr-invoke:0.1'
// https://jarcasting.com/artifacts/com.github.jnr/jnr-invoke/
implementation ("com.github.jnr:jnr-invoke:0.1")
'com.github.jnr:jnr-invoke:jar:0.1'
<dependency org="com.github.jnr" name="jnr-invoke" rev="0.1">
<artifact name="jnr-invoke" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jnr', module='jnr-invoke', version='0.1')
)
libraryDependencies += "com.github.jnr" % "jnr-invoke" % "0.1"
[com.github.jnr/jnr-invoke "0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.github.jnr : jffi | jar | [1.2.1, 1.3.0) |
com.github.jnr : jnr-x86asm | jar | 1.0.2 |
com.github.jnr : jnr-udis86 | jar | 0.1 |
org.ow2.asm : asm | jar | 4.0 |
org.ow2.asm : asm-commons | jar | 4.0 |
org.ow2.asm : asm-analysis | jar | 4.0 |
org.ow2.asm : asm-tree | jar | 4.0 |
org.ow2.asm : asm-util | jar | 4.0 |
Group / Artifact | Type | Version |
---|---|---|
com.github.jnr : jffi | jar | [1.2.1, 1.3.0) |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |