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