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