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