| Группа | Группаorg.jglobus |
|---|---|
| Идентификатор | ИдентификаторJGlobus-Core |
| Версия | Версия2.0.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]