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