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