| GroupId | GroupIdcom.tlcsdm |
|---|---|
| ArtifactId | ArtifactIdtlcsdm-words |
| Version | Version1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tlcsdm-words-1.1.pom | |
| tlcsdm-words-1.1.jar | 9 MB |
| tlcsdm-words-1.1-sources.jar | 9 MB |
| tlcsdm-words-1.1-javadoc.jar | 26 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tlcsdm/tlcsdm-words/ -->
<dependency>
<groupId>com.tlcsdm</groupId>
<artifactId>tlcsdm-words</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.tlcsdm/tlcsdm-words/
implementation 'com.tlcsdm:tlcsdm-words:1.1'
// https://jarcasting.com/artifacts/com.tlcsdm/tlcsdm-words/
implementation ("com.tlcsdm:tlcsdm-words:1.1")
'com.tlcsdm:tlcsdm-words:jar:1.1'
<dependency org="com.tlcsdm" name="tlcsdm-words" rev="1.1">
<artifact name="tlcsdm-words" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tlcsdm', module='tlcsdm-words', version='1.1')
)
libraryDependencies += "com.tlcsdm" % "tlcsdm-words" % "1.1"
[com.tlcsdm/tlcsdm-words "1.1"]