| GroupId | GroupIdio.tesler |
|---|---|
| ArtifactId | ArtifactIdtesler-vanilla-archetype |
| Version | Version2.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tesler-vanilla-archetype-2.0.0.pom | |
| tesler-vanilla-archetype-2.0.0.jar | 402 KB |
| tesler-vanilla-archetype-2.0.0-sources.jar | 395 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.tesler/tesler-vanilla-archetype/ -->
<dependency>
<groupId>io.tesler</groupId>
<artifactId>tesler-vanilla-archetype</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.tesler/tesler-vanilla-archetype/
implementation 'io.tesler:tesler-vanilla-archetype:2.0.0'
// https://jarcasting.com/artifacts/io.tesler/tesler-vanilla-archetype/
implementation ("io.tesler:tesler-vanilla-archetype:2.0.0")
'io.tesler:tesler-vanilla-archetype:jar:2.0.0'
<dependency org="io.tesler" name="tesler-vanilla-archetype" rev="2.0.0">
<artifact name="tesler-vanilla-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.tesler', module='tesler-vanilla-archetype', version='2.0.0')
)
libraryDependencies += "io.tesler" % "tesler-vanilla-archetype" % "2.0.0"
[io.tesler/tesler-vanilla-archetype "2.0.0"]