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