is not current version
Last Version 1.26.2

org.osgl:osgl-tool 0.9.2

A simple Java toolkit

GroupId

GroupId

org.osgl
ArtifactId

ArtifactId

osgl-tool
Version

Version

0.9.2
Type

Type

jar

Download osgl-tool 0.9.2


<!-- https://jarcasting.com/artifacts/org.osgl/osgl-tool/ -->
<dependency>
    <groupId>org.osgl</groupId>
    <artifactId>osgl-tool</artifactId>
    <version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.osgl/osgl-tool/
implementation 'org.osgl:osgl-tool:0.9.2'
// https://jarcasting.com/artifacts/org.osgl/osgl-tool/
implementation ("org.osgl:osgl-tool:0.9.2")
'org.osgl:osgl-tool:jar:0.9.2'
<dependency org="org.osgl" name="osgl-tool" rev="0.9.2">
  <artifact name="osgl-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.osgl', module='osgl-tool', version='0.9.2')
)
libraryDependencies += "org.osgl" % "osgl-tool" % "0.9.2"
[org.osgl/osgl-tool "0.9.2"]