| License |
License |
|---|---|
| GroupId | GroupIdcom.mtnfog |
| ArtifactId | ArtifactIdentity-model |
| Last Version | Last Version1.0.11 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionentity-model
Model classes useful in NLP applications.
|
| Filename | Size |
|---|---|
| entity-model-1.0.11.pom | |
| entity-model-1.0.11.jar | 11 KB |
| entity-model-1.0.11-sources.jar | 8 KB |
| entity-model-1.0.11-javadoc.jar | 70 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mtnfog/entity-model/ -->
<dependency>
<groupId>com.mtnfog</groupId>
<artifactId>entity-model</artifactId>
<version>1.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.mtnfog/entity-model/
implementation 'com.mtnfog:entity-model:1.0.11'
// https://jarcasting.com/artifacts/com.mtnfog/entity-model/
implementation ("com.mtnfog:entity-model:1.0.11")
'com.mtnfog:entity-model:jar:1.0.11'
<dependency org="com.mtnfog" name="entity-model" rev="1.0.11">
<artifact name="entity-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mtnfog', module='entity-model', version='1.0.11')
)
libraryDependencies += "com.mtnfog" % "entity-model" % "1.0.11"
[com.mtnfog/entity-model "1.0.11"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-lang3 | jar | 3.3.2 |
| org.apache.commons : commons-collections4 | jar | 4.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |