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