is not current version
Last Version 1.0.11

com.mtnfog:entity-model 1.0.7

Model classes useful in NLP applications.

GroupId

GroupId

com.mtnfog
ArtifactId

ArtifactId

entity-model
Version

Version

1.0.7
Type

Type

jar

Download entity-model 1.0.7


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