is not current version
Last Version 1.5

com.github.wshackle:java4cpp 1.4

Utiliity to create C++ Wrapper for Java JAR library.

GroupId

GroupId

com.github.wshackle
ArtifactId

ArtifactId

java4cpp
Version

Version

1.4
Type

Type

jar

Download java4cpp 1.4


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