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