is not current version
Last Version 1.1

com.github.josipklaric:java-playground 1.0

Demo application used as an example on how to set up publishing to the Central Repository.

Categories

Categories

Java Languages
GroupId

GroupId

com.github.josipklaric
ArtifactId

ArtifactId

java-playground
Version

Version

1.0
Type

Type

jar

Download java-playground 1.0


<!-- 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"]