Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.josipklaric |
ArtifactId | ArtifactIdjava-playground |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
java-playground-1.0.pom | |
java-playground-1.0.jar | 3 KB |
java-playground-1.0-sources.jar | 1 KB |
java-playground-1.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.josipklaric/java-playground/ -->
<dependency>
<groupId>com.github.josipklaric</groupId>
<artifactId>java-playground</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.josipklaric/java-playground/
implementation 'com.github.josipklaric:java-playground:1.0'
// https://jarcasting.com/artifacts/com.github.josipklaric/java-playground/
implementation ("com.github.josipklaric:java-playground:1.0")
'com.github.josipklaric:java-playground:jar:1.0'
<dependency org="com.github.josipklaric" name="java-playground" rev="1.0">
<artifact name="java-playground" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.josipklaric', module='java-playground', version='1.0')
)
libraryDependencies += "com.github.josipklaric" % "java-playground" % "1.0"
[com.github.josipklaric/java-playground "1.0"]