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