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