License |
License |
---|---|
GroupId | GroupIdcom.github.wshackle |
ArtifactId | ArtifactIdjava4cpp |
Version | Version1.5 |
Type | Typejar |
Description |
Descriptionjava4cpp
Utiliity to create C++ Wrapper for Java JAR library.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
java4cpp-1.5.pom | |
java4cpp-1.5.jar | 66 KB |
java4cpp-1.5-sources.jar | 45 KB |
java4cpp-1.5-javadoc.jar | 24 KB |
java4cpp-1.5-jar-with-dependencies.jar | 214 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wshackle/java4cpp/ -->
<dependency>
<groupId>com.github.wshackle</groupId>
<artifactId>java4cpp</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wshackle/java4cpp/
implementation 'com.github.wshackle:java4cpp:1.5'
// https://jarcasting.com/artifacts/com.github.wshackle/java4cpp/
implementation ("com.github.wshackle:java4cpp:1.5")
'com.github.wshackle:java4cpp:jar:1.5'
<dependency org="com.github.wshackle" name="java4cpp" rev="1.5">
<artifact name="java4cpp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wshackle', module='java4cpp', version='1.5')
)
libraryDependencies += "com.github.wshackle" % "java4cpp" % "1.5"
[com.github.wshackle/java4cpp "1.5"]
Group / Artifact | Type | Version |
---|---|---|
org.jooq : jool | jar | 0.9.6 |
commons-cli : commons-cli | jar | 1.3.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |