is not current version
Last Version 1.5.1

org.osgl:osgl-tool-ext 1.0.0

Some extensions to osgl-tool project

GroupId

GroupId

org.osgl
ArtifactId

ArtifactId

osgl-tool-ext
Version

Version

1.0.0
Type

Type

jar

Download osgl-tool-ext 1.0.0


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