GroupId | GroupIdcom.thesett |
---|---|
ArtifactId | ArtifactIdtext_model |
Version | Version0.8.11 |
Type | Typejar |
Filename | Size |
---|---|
text_model-0.8.11.pom | |
text_model-0.8.11.jar | 19 KB |
text_model-0.8.11-sources.jar | 14 KB |
text_model-0.8.11-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.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.thesett/text_model/
implementation 'com.thesett:text_model:0.8.11'
// https://jarcasting.com/artifacts/com.thesett/text_model/
implementation ("com.thesett:text_model:0.8.11")
'com.thesett:text_model:jar:0.8.11'
<dependency org="com.thesett" name="text_model" rev="0.8.11">
<artifact name="text_model" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.thesett', module='text_model', version='0.8.11')
)
libraryDependencies += "com.thesett" % "text_model" % "0.8.11"
[com.thesett/text_model "0.8.11"]