GroupId | GroupIdcom.github.wshackle |
---|---|
ArtifactId | ArtifactIdjava4cpp |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
java4cpp-1.2.pom | |
java4cpp-1.2.jar | 64 KB |
java4cpp-1.2-sources.jar | 44 KB |
java4cpp-1.2-javadoc.jar | 24 KB |
java4cpp-1.2-jar-with-dependencies.jar | 212 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wshackle/java4cpp/ -->
<dependency>
<groupId>com.github.wshackle</groupId>
<artifactId>java4cpp</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wshackle/java4cpp/
implementation 'com.github.wshackle:java4cpp:1.2'
// https://jarcasting.com/artifacts/com.github.wshackle/java4cpp/
implementation ("com.github.wshackle:java4cpp:1.2")
'com.github.wshackle:java4cpp:jar:1.2'
<dependency org="com.github.wshackle" name="java4cpp" rev="1.2">
<artifact name="java4cpp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wshackle', module='java4cpp', version='1.2')
)
libraryDependencies += "com.github.wshackle" % "java4cpp" % "1.2"
[com.github.wshackle/java4cpp "1.2"]