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