Last Version

Java C call library parent 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
Version

Version

1.0.5
Type

Type

pom
Description

Description

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

Project URL

https://github.com/udevbe/jaccall
Source Code Management

Source Code Management

https://github.com/Zubnix/jaccall

Download jaccall 1.0.5

Filename Size
jaccall-1.0.5.pom 3 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • jaccall.runtime
  • jaccall.generator