License |
License
New BSD License (GPL-compatible)
|
---|---|
Categories |
CategoriesNative Development Tools |
GroupId | GroupIdcom.nativelibs4java |
ArtifactId | ArtifactIdnativelibs4java-parent |
Last Version | Last Version1.9 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionNativeLibs4Java Common Configuration
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.
|
Filename | Size |
---|---|
nativelibs4java-parent-1.9.pom | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nativelibs4java/nativelibs4java-parent/ -->
<dependency>
<groupId>com.nativelibs4java</groupId>
<artifactId>nativelibs4java-parent</artifactId>
<version>1.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.nativelibs4java/nativelibs4java-parent/
implementation 'com.nativelibs4java:nativelibs4java-parent:1.9'
// https://jarcasting.com/artifacts/com.nativelibs4java/nativelibs4java-parent/
implementation ("com.nativelibs4java:nativelibs4java-parent:1.9")
'com.nativelibs4java:nativelibs4java-parent:pom:1.9'
<dependency org="com.nativelibs4java" name="nativelibs4java-parent" rev="1.9">
<artifact name="nativelibs4java-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.nativelibs4java', module='nativelibs4java-parent', version='1.9')
)
libraryDependencies += "com.nativelibs4java" % "nativelibs4java-parent" % "1.9"
[com.nativelibs4java/nativelibs4java-parent "1.9"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |