| GroupId | GroupIdcom.jarslab.ts |
|---|---|
| ArtifactId | ArtifactIdgorilla4j |
| Version | Version0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| gorilla4j-0.2.pom | |
| gorilla4j-0.2.jar | 13 KB |
| gorilla4j-0.2-sources.jar | 9 KB |
| gorilla4j-0.2-javadoc.jar | 54 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.jarslab.ts/gorilla4j/ -->
<dependency>
<groupId>com.jarslab.ts</groupId>
<artifactId>gorilla4j</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.jarslab.ts/gorilla4j/
implementation 'com.jarslab.ts:gorilla4j:0.2'
// https://jarcasting.com/artifacts/com.jarslab.ts/gorilla4j/
implementation ("com.jarslab.ts:gorilla4j:0.2")
'com.jarslab.ts:gorilla4j:jar:0.2'
<dependency org="com.jarslab.ts" name="gorilla4j" rev="0.2">
<artifact name="gorilla4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jarslab.ts', module='gorilla4j', version='0.2')
)
libraryDependencies += "com.jarslab.ts" % "gorilla4j" % "0.2"
[com.jarslab.ts/gorilla4j "0.2"]