GroupId | GroupIdcom.github.kerner1000 |
---|---|
ArtifactId | ArtifactIdtools1000 |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
tools1000-0.0.2.pom | |
tools1000-0.0.2.jar | 11 KB |
tools1000-0.0.2-sources.jar | 7 KB |
tools1000-0.0.2-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kerner1000/tools1000/ -->
<dependency>
<groupId>com.github.kerner1000</groupId>
<artifactId>tools1000</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kerner1000/tools1000/
implementation 'com.github.kerner1000:tools1000:0.0.2'
// https://jarcasting.com/artifacts/com.github.kerner1000/tools1000/
implementation ("com.github.kerner1000:tools1000:0.0.2")
'com.github.kerner1000:tools1000:jar:0.0.2'
<dependency org="com.github.kerner1000" name="tools1000" rev="0.0.2">
<artifact name="tools1000" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kerner1000', module='tools1000', version='0.0.2')
)
libraryDependencies += "com.github.kerner1000" % "tools1000" % "0.0.2"
[com.github.kerner1000/tools1000 "0.0.2"]