GroupId | GroupIdorg.sistcoop |
---|---|
ArtifactId | ArtifactIdopenfact-integration |
Version | Version1.0.RC25 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.sistcoop/openfact-integration/ -->
<dependency>
<groupId>org.sistcoop</groupId>
<artifactId>openfact-integration</artifactId>
<version>1.0.RC25</version>
</dependency>
// https://jarcasting.com/artifacts/org.sistcoop/openfact-integration/
implementation 'org.sistcoop:openfact-integration:1.0.RC25'
// https://jarcasting.com/artifacts/org.sistcoop/openfact-integration/
implementation ("org.sistcoop:openfact-integration:1.0.RC25")
'org.sistcoop:openfact-integration:jar:1.0.RC25'
<dependency org="org.sistcoop" name="openfact-integration" rev="1.0.RC25">
<artifact name="openfact-integration" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.sistcoop', module='openfact-integration', version='1.0.RC25')
)
libraryDependencies += "org.sistcoop" % "openfact-integration" % "1.0.RC25"
[org.sistcoop/openfact-integration "1.0.RC25"]