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