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