Categories |
CategoriesDistribution Build Tools |
---|---|
GroupId | GroupIdorg.sistcoop |
ArtifactId | ArtifactIdopenfact-distribution |
Version | Version1.0.RC9 |
Type | Typepom |
Filename | Size |
---|---|
openfact-distribution-1.0.RC9.pom | 711 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.sistcoop/openfact-distribution/ -->
<dependency>
<groupId>org.sistcoop</groupId>
<artifactId>openfact-distribution</artifactId>
<version>1.0.RC9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.sistcoop/openfact-distribution/
implementation 'org.sistcoop:openfact-distribution:1.0.RC9'
// https://jarcasting.com/artifacts/org.sistcoop/openfact-distribution/
implementation ("org.sistcoop:openfact-distribution:1.0.RC9")
'org.sistcoop:openfact-distribution:pom:1.0.RC9'
<dependency org="org.sistcoop" name="openfact-distribution" rev="1.0.RC9">
<artifact name="openfact-distribution" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.sistcoop', module='openfact-distribution', version='1.0.RC9')
)
libraryDependencies += "org.sistcoop" % "openfact-distribution" % "1.0.RC9"
[org.sistcoop/openfact-distribution "1.0.RC9"]