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