Last Version

Java C call library 1.0.5

Jaccall makes C libraries accessible from Java without the need to write any native code.

License

License

GroupId

GroupId

org.freedesktop
ArtifactId

ArtifactId

jaccall.runtime
Version

Version

1.0.5
Type

Type

jar
Description

Description

Java C call library
Jaccall makes C libraries accessible from Java without the need to write any native code.

Download jaccall.runtime 1.0.5


<!-- https://jarcasting.com/artifacts/org.freedesktop/jaccall.runtime/ -->
<dependency>
    <groupId>org.freedesktop</groupId>
    <artifactId>jaccall.runtime</artifactId>
    <version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.freedesktop/jaccall.runtime/
implementation 'org.freedesktop:jaccall.runtime:1.0.5'
// https://jarcasting.com/artifacts/org.freedesktop/jaccall.runtime/
implementation ("org.freedesktop:jaccall.runtime:1.0.5")
'org.freedesktop:jaccall.runtime:jar:1.0.5'
<dependency org="org.freedesktop" name="jaccall.runtime" rev="1.0.5">
  <artifact name="jaccall.runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.freedesktop', module='jaccall.runtime', version='1.0.5')
)
libraryDependencies += "org.freedesktop" % "jaccall.runtime" % "1.0.5"
[org.freedesktop/jaccall.runtime "1.0.5"]

Dependencies

compile (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.1

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
com.google.truth : truth jar 0.28

Project Modules

There are no modules declared in this project.