License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.josipklaric |
ArtifactId | ArtifactIdjava-playground |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJK Java playground
Demo application used as an example on how to set up publishing to the Central Repository.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
java-playground-1.1.pom | |
java-playground-1.1.jar | 3 KB |
java-playground-1.1-sources.jar | 1 KB |
java-playground-1.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.josipklaric/java-playground/
implementation 'com.github.josipklaric:java-playground:1.1'
// https://jarcasting.com/artifacts/com.github.josipklaric/java-playground/
implementation ("com.github.josipklaric:java-playground:1.1")
'com.github.josipklaric:java-playground:jar:1.1'
<dependency org="com.github.josipklaric" name="java-playground" rev="1.1">
<artifact name="java-playground" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.josipklaric', module='java-playground', version='1.1')
)
libraryDependencies += "com.github.josipklaric" % "java-playground" % "1.1"
[com.github.josipklaric/java-playground "1.1"]