| License |
License
New BSD License (GPL-compatible)
|
|---|---|
| Categories |
CategoriesNative Development Tools |
| GroupId | GroupIdcom.nativelibs4java |
| ArtifactId | ArtifactIdjavacl-tutorials-root |
| Last Version | Last Version1.0.0-RC4 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionJavaCL Tutorials Root / BridJ
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-tutorials-root-1.0.0-RC4.pom | 710 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.nativelibs4java/javacl-tutorials-root/ -->
<dependency>
<groupId>com.nativelibs4java</groupId>
<artifactId>javacl-tutorials-root</artifactId>
<version>1.0.0-RC4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.nativelibs4java/javacl-tutorials-root/
implementation 'com.nativelibs4java:javacl-tutorials-root:1.0.0-RC4'
// https://jarcasting.com/artifacts/com.nativelibs4java/javacl-tutorials-root/
implementation ("com.nativelibs4java:javacl-tutorials-root:1.0.0-RC4")
'com.nativelibs4java:javacl-tutorials-root:pom:1.0.0-RC4'
<dependency org="com.nativelibs4java" name="javacl-tutorials-root" rev="1.0.0-RC4">
<artifact name="javacl-tutorials-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.nativelibs4java', module='javacl-tutorials-root', version='1.0.0-RC4')
)
libraryDependencies += "com.nativelibs4java" % "javacl-tutorials-root" % "1.0.0-RC4"
[com.nativelibs4java/javacl-tutorials-root "1.0.0-RC4"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.10 |