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