License |
License |
---|---|
GroupId | GroupIdorg.freedesktop |
ArtifactId | ArtifactIdjaccall.runtime |
Version | Version1.0.5 |
Type | Typejar |
Description |
DescriptionJava C call library
Jaccall makes C libraries accessible from Java without the need to write any native code.
|
Filename | Size |
---|---|
jaccall.runtime-1.0.5.pom | |
jaccall.runtime-1.0.5.jar | 114 KB |
jaccall.runtime-1.0.5-sources.jar | 29 KB |
jaccall.runtime-1.0.5-javadoc.jar | 110 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
com.google.truth : truth | jar | 0.28 |