Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdfr.openwide.nuxeo.commons |
ArtifactId | ArtifactIdowsi-nuxeo-tests-helper |
Version | Version1.6.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/fr.openwide.nuxeo.commons/owsi-nuxeo-tests-helper/ -->
<dependency>
<groupId>fr.openwide.nuxeo.commons</groupId>
<artifactId>owsi-nuxeo-tests-helper</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/fr.openwide.nuxeo.commons/owsi-nuxeo-tests-helper/
implementation 'fr.openwide.nuxeo.commons:owsi-nuxeo-tests-helper:1.6.0'
// https://jarcasting.com/artifacts/fr.openwide.nuxeo.commons/owsi-nuxeo-tests-helper/
implementation ("fr.openwide.nuxeo.commons:owsi-nuxeo-tests-helper:1.6.0")
'fr.openwide.nuxeo.commons:owsi-nuxeo-tests-helper:jar:1.6.0'
<dependency org="fr.openwide.nuxeo.commons" name="owsi-nuxeo-tests-helper" rev="1.6.0">
<artifact name="owsi-nuxeo-tests-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='fr.openwide.nuxeo.commons', module='owsi-nuxeo-tests-helper', version='1.6.0')
)
libraryDependencies += "fr.openwide.nuxeo.commons" % "owsi-nuxeo-tests-helper" % "1.6.0"
[fr.openwide.nuxeo.commons/owsi-nuxeo-tests-helper "1.6.0"]