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