GroupId | GroupIdorg.sistcoop |
---|---|
ArtifactId | ArtifactIdopenfact-testsuite-integration-model |
Version | Version1.1.2.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.1.2.Final</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.sistcoop/openfact-testsuite-integration-model/
implementation 'org.sistcoop:openfact-testsuite-integration-model:1.1.2.Final'
// https://jarcasting.com/artifacts/org.sistcoop/openfact-testsuite-integration-model/
implementation ("org.sistcoop:openfact-testsuite-integration-model:1.1.2.Final")
'org.sistcoop:openfact-testsuite-integration-model:war:1.1.2.Final'
<dependency org="org.sistcoop" name="openfact-testsuite-integration-model" rev="1.1.2.Final">
<artifact name="openfact-testsuite-integration-model" type="war" />
</dependency>
@Grapes(
@Grab(group='org.sistcoop', module='openfact-testsuite-integration-model', version='1.1.2.Final')
)
libraryDependencies += "org.sistcoop" % "openfact-testsuite-integration-model" % "1.1.2.Final"
[org.sistcoop/openfact-testsuite-integration-model "1.1.2.Final"]