GroupId | GroupIdio.tesler |
---|---|
ArtifactId | ArtifactIdtesler-base |
Version | Version2.1.1 |
Type | Typepom |
Filename | Size |
---|---|
tesler-base-2.1.1.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.tesler/tesler-base/ -->
<dependency>
<groupId>io.tesler</groupId>
<artifactId>tesler-base</artifactId>
<version>2.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.tesler/tesler-base/
implementation 'io.tesler:tesler-base:2.1.1'
// https://jarcasting.com/artifacts/io.tesler/tesler-base/
implementation ("io.tesler:tesler-base:2.1.1")
'io.tesler:tesler-base:pom:2.1.1'
<dependency org="io.tesler" name="tesler-base" rev="2.1.1">
<artifact name="tesler-base" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.tesler', module='tesler-base', version='2.1.1')
)
libraryDependencies += "io.tesler" % "tesler-base" % "2.1.1"
[io.tesler/tesler-base "2.1.1"]