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