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