GroupId | GroupIdcom.thesett |
---|---|
ArtifactId | ArtifactIdtext_model |
Version | Version0.8.17 |
Type | Typejar |
Filename | Size |
---|---|
text_model-0.8.17.pom | |
text_model-0.8.17.jar | 19 KB |
text_model-0.8.17-sources.jar | 14 KB |
text_model-0.8.17-javadoc.jar | 101 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.thesett/text_model/ -->
<dependency>
<groupId>com.thesett</groupId>
<artifactId>text_model</artifactId>
<version>0.8.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.thesett/text_model/
implementation 'com.thesett:text_model:0.8.17'
// https://jarcasting.com/artifacts/com.thesett/text_model/
implementation ("com.thesett:text_model:0.8.17")
'com.thesett:text_model:jar:0.8.17'
<dependency org="com.thesett" name="text_model" rev="0.8.17">
<artifact name="text_model" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thesett', module='text_model', version='0.8.17')
)
libraryDependencies += "com.thesett" % "text_model" % "0.8.17"
[com.thesett/text_model "0.8.17"]