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