GroupId | GroupIdcom.mtnfog |
---|---|
ArtifactId | ArtifactIdentity-model |
Version | Version1.0.7 |
Type | Typejar |
Filename | Size |
---|---|
entity-model-1.0.7.pom | |
entity-model-1.0.7.jar | 9 KB |
entity-model-1.0.7-tests.jar | 6 KB |
entity-model-1.0.7-sources.jar | 7 KB |
entity-model-1.0.7-javadoc.jar | 57 KB |
Browse |
<!-- 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"]