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