| GroupId | GroupIdorg.sistcoop | 
|---|---|
| ArtifactId | ArtifactIdopenfact-services | 
| Version | VersionRC19 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| openfact-services-RC19.pom | |
| openfact-services-RC19.jar | 62 KB | 
| openfact-services-RC19-sources.jar | 26 KB | 
| openfact-services-RC19-javadoc.jar | 164 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.sistcoop/openfact-services/ -->
<dependency>
    <groupId>org.sistcoop</groupId>
    <artifactId>openfact-services</artifactId>
    <version>RC19</version>
</dependency>// https://jarcasting.com/artifacts/org.sistcoop/openfact-services/
implementation 'org.sistcoop:openfact-services:RC19'// https://jarcasting.com/artifacts/org.sistcoop/openfact-services/
implementation ("org.sistcoop:openfact-services:RC19")'org.sistcoop:openfact-services:jar:RC19'<dependency org="org.sistcoop" name="openfact-services" rev="RC19">
  <artifact name="openfact-services" type="jar" />
</dependency>@Grapes(
@Grab(group='org.sistcoop', module='openfact-services', version='RC19')
)libraryDependencies += "org.sistcoop" % "openfact-services" % "RC19"[org.sistcoop/openfact-services "RC19"]