GroupId | GroupIdcom.translationexchange |
---|---|
ArtifactId | ArtifactIdtml |
Version | Version0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
tml-0.2.1.pom | |
tml-0.2.1.jar | 146 KB |
tml-0.2.1-sources.jar | 111 KB |
tml-0.2.1-javadoc.jar | 331 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.translationexchange/tml/ -->
<dependency>
<groupId>com.translationexchange</groupId>
<artifactId>tml</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.translationexchange/tml/
implementation 'com.translationexchange:tml:0.2.1'
// https://jarcasting.com/artifacts/com.translationexchange/tml/
implementation ("com.translationexchange:tml:0.2.1")
'com.translationexchange:tml:jar:0.2.1'
<dependency org="com.translationexchange" name="tml" rev="0.2.1">
<artifact name="tml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.translationexchange', module='tml', version='0.2.1')
)
libraryDependencies += "com.translationexchange" % "tml" % "0.2.1"
[com.translationexchange/tml "0.2.1"]