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