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