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