License |
License
New BSD License (GPL-compatible)
|
---|---|
Categories |
CategoriesNative Development Tools |
GroupId | GroupIdcom.nativelibs4java |
ArtifactId | ArtifactIdjavacl-parent |
Last Version | Last Version1.0.0-RC4 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJavaCL Parent Project
NativeLibs4Java is an umbrella project that gathers ready-to-use Java libraries that wrap various native libraries.
Most of these wrappers are created automatically by JNAerator.
|
Project URL |
Project URL |
Filename | Size |
---|---|
javacl-parent-1.0.0-RC4.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nativelibs4java/javacl-parent/ -->
<dependency>
<groupId>com.nativelibs4java</groupId>
<artifactId>javacl-parent</artifactId>
<version>1.0.0-RC4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.nativelibs4java/javacl-parent/
implementation 'com.nativelibs4java:javacl-parent:1.0.0-RC4'
// https://jarcasting.com/artifacts/com.nativelibs4java/javacl-parent/
implementation ("com.nativelibs4java:javacl-parent:1.0.0-RC4")
'com.nativelibs4java:javacl-parent:pom:1.0.0-RC4'
<dependency org="com.nativelibs4java" name="javacl-parent" rev="1.0.0-RC4">
<artifact name="javacl-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.nativelibs4java', module='javacl-parent', version='1.0.0-RC4')
)
libraryDependencies += "com.nativelibs4java" % "javacl-parent" % "1.0.0-RC4"
[com.nativelibs4java/javacl-parent "1.0.0-RC4"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |