GroupId | GroupIdorg.osgl |
---|---|
ArtifactId | ArtifactIdosgl-tool |
Version | Version1.18.2 |
Type | Typejar |
Filename | Size |
---|---|
osgl-tool-1.18.2.pom | |
osgl-tool-1.18.2.jar | 1004 KB |
osgl-tool-1.18.2-sources.jar | 427 KB |
osgl-tool-1.18.2-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.osgl/osgl-tool/ -->
<dependency>
<groupId>org.osgl</groupId>
<artifactId>osgl-tool</artifactId>
<version>1.18.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.osgl/osgl-tool/
implementation 'org.osgl:osgl-tool:1.18.2'
// https://jarcasting.com/artifacts/org.osgl/osgl-tool/
implementation ("org.osgl:osgl-tool:1.18.2")
'org.osgl:osgl-tool:jar:1.18.2'
<dependency org="org.osgl" name="osgl-tool" rev="1.18.2">
<artifact name="osgl-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.osgl', module='osgl-tool', version='1.18.2')
)
libraryDependencies += "org.osgl" % "osgl-tool" % "1.18.2"
[org.osgl/osgl-tool "1.18.2"]