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