GroupId | GroupIdcom.mtnfog |
---|---|
ArtifactId | ArtifactIdentity-model |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
entity-model-1.0.1.pom | |
entity-model-1.0.1.jar | 11 KB |
entity-model-1.0.1-sources.jar | 8 KB |
entity-model-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.mtnfog/entity-model/
implementation 'com.mtnfog:entity-model:1.0.1'
// https://jarcasting.com/artifacts/com.mtnfog/entity-model/
implementation ("com.mtnfog:entity-model:1.0.1")
'com.mtnfog:entity-model:jar:1.0.1'
<dependency org="com.mtnfog" name="entity-model" rev="1.0.1">
<artifact name="entity-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mtnfog', module='entity-model', version='1.0.1')
)
libraryDependencies += "com.mtnfog" % "entity-model" % "1.0.1"
[com.mtnfog/entity-model "1.0.1"]