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