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