GroupId | GroupIdcom.github.wshackle |
---|---|
ArtifactId | ArtifactIdjava4cpp |
Version | Version1.4 |
Type | Typejar |
Filename | Size |
---|---|
java4cpp-1.4.pom | |
java4cpp-1.4.jar | 65 KB |
java4cpp-1.4-sources.jar | 45 KB |
java4cpp-1.4-javadoc.jar | 24 KB |
java4cpp-1.4-jar-with-dependencies.jar | 213 KB |
Browse |
<!-- 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"]