GroupId | GroupIdorg.sistcoop |
---|---|
ArtifactId | ArtifactIdopenfact-model |
Version | Version1.0.4.Final |
Type | Typepom |
Filename | Size |
---|---|
openfact-model-1.0.4.Final.pom | 984 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.sistcoop/openfact-model/ -->
<dependency>
<groupId>org.sistcoop</groupId>
<artifactId>openfact-model</artifactId>
<version>1.0.4.Final</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sistcoop/openfact-model/
implementation 'org.sistcoop:openfact-model:1.0.4.Final'
// https://jarcasting.com/artifacts/org.sistcoop/openfact-model/
implementation ("org.sistcoop:openfact-model:1.0.4.Final")
'org.sistcoop:openfact-model:pom:1.0.4.Final'
<dependency org="org.sistcoop" name="openfact-model" rev="1.0.4.Final">
<artifact name="openfact-model" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sistcoop', module='openfact-model', version='1.0.4.Final')
)
libraryDependencies += "org.sistcoop" % "openfact-model" % "1.0.4.Final"
[org.sistcoop/openfact-model "1.0.4.Final"]