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