| Группа | Группаorg.osgl |
|---|---|
| Идентификатор | Идентификаторosgl-tool |
| Версия | Версия1.19.4 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| osgl-tool-1.19.4.pom | |
| osgl-tool-1.19.4.jar | 1 MB |
| osgl-tool-1.19.4-sources.jar | 435 KB |
| osgl-tool-1.19.4-javadoc.jar | 2 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.osgl/osgl-tool/ -->
<dependency>
<groupId>org.osgl</groupId>
<artifactId>osgl-tool</artifactId>
<version>1.19.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.osgl/osgl-tool/
implementation 'org.osgl:osgl-tool:1.19.4'
// https://jarcasting.com/artifacts/org.osgl/osgl-tool/
implementation ("org.osgl:osgl-tool:1.19.4")
'org.osgl:osgl-tool:jar:1.19.4'
<dependency org="org.osgl" name="osgl-tool" rev="1.19.4">
<artifact name="osgl-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.osgl', module='osgl-tool', version='1.19.4')
)
libraryDependencies += "org.osgl" % "osgl-tool" % "1.19.4"
[org.osgl/osgl-tool "1.19.4"]