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