GroupId | GroupIdorg.sistcoop |
---|---|
ArtifactId | ArtifactIdopenfact-testsuite-integration-model |
Version | Version1.0.7.Final |
Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.sistcoop/openfact-testsuite-integration-model/ -->
<dependency>
<groupId>org.sistcoop</groupId>
<artifactId>openfact-testsuite-integration-model</artifactId>
<version>1.0.7.Final</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.sistcoop/openfact-testsuite-integration-model/
implementation 'org.sistcoop:openfact-testsuite-integration-model:1.0.7.Final'
// https://jarcasting.com/artifacts/org.sistcoop/openfact-testsuite-integration-model/
implementation ("org.sistcoop:openfact-testsuite-integration-model:1.0.7.Final")
'org.sistcoop:openfact-testsuite-integration-model:war:1.0.7.Final'
<dependency org="org.sistcoop" name="openfact-testsuite-integration-model" rev="1.0.7.Final">
<artifact name="openfact-testsuite-integration-model" type="war" />
</dependency>
@Grapes(
@Grab(group='org.sistcoop', module='openfact-testsuite-integration-model', version='1.0.7.Final')
)
libraryDependencies += "org.sistcoop" % "openfact-testsuite-integration-model" % "1.0.7.Final"
[org.sistcoop/openfact-testsuite-integration-model "1.0.7.Final"]