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