| GroupId | GroupIdorg.jglobus |
|---|---|
| ArtifactId | ArtifactIdJGlobus-Core |
| Version | Version2.0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| JGlobus-Core-2.0.3.pom | |
| JGlobus-Core-2.0.3.jar | 5 MB |
| JGlobus-Core-2.0.3-sources.jar | 317 KB |
| JGlobus-Core-2.0.3-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jglobus/JGlobus-Core/ -->
<dependency>
<groupId>org.jglobus</groupId>
<artifactId>JGlobus-Core</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jglobus/JGlobus-Core/
implementation 'org.jglobus:JGlobus-Core:2.0.3'
// https://jarcasting.com/artifacts/org.jglobus/JGlobus-Core/
implementation ("org.jglobus:JGlobus-Core:2.0.3")
'org.jglobus:JGlobus-Core:jar:2.0.3'
<dependency org="org.jglobus" name="JGlobus-Core" rev="2.0.3">
<artifact name="JGlobus-Core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jglobus', module='JGlobus-Core', version='2.0.3')
)
libraryDependencies += "org.jglobus" % "JGlobus-Core" % "2.0.3"
[org.jglobus/JGlobus-Core "2.0.3"]