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