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