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