is not current version
Last Version 1.0.11

com.mtnfog:entity-model 1.0.9

Model classes useful in NLP applications.

GroupId

GroupId

com.mtnfog
ArtifactId

ArtifactId

entity-model
Version

Version

1.0.9
Type

Type

jar

Download entity-model 1.0.9


<!-- https://jarcasting.com/artifacts/com.mtnfog/entity-model/ -->
<dependency>
    <groupId>com.mtnfog</groupId>
    <artifactId>entity-model</artifactId>
    <version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.mtnfog/entity-model/
implementation 'com.mtnfog:entity-model:1.0.9'
// https://jarcasting.com/artifacts/com.mtnfog/entity-model/
implementation ("com.mtnfog:entity-model:1.0.9")
'com.mtnfog:entity-model:jar:1.0.9'
<dependency org="com.mtnfog" name="entity-model" rev="1.0.9">
  <artifact name="entity-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mtnfog', module='entity-model', version='1.0.9')
)
libraryDependencies += "com.mtnfog" % "entity-model" % "1.0.9"
[com.mtnfog/entity-model "1.0.9"]