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