GroupId | GroupIdorg.cristalise |
---|---|
ArtifactId | ArtifactIdcristalise-wrapper |
Version | Version4.0.0-RC2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.cristalise/cristalise-wrapper/ -->
<dependency>
<groupId>org.cristalise</groupId>
<artifactId>cristalise-wrapper</artifactId>
<version>4.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.cristalise/cristalise-wrapper/
implementation 'org.cristalise:cristalise-wrapper:4.0.0-RC2'
// https://jarcasting.com/artifacts/org.cristalise/cristalise-wrapper/
implementation ("org.cristalise:cristalise-wrapper:4.0.0-RC2")
'org.cristalise:cristalise-wrapper:jar:4.0.0-RC2'
<dependency org="org.cristalise" name="cristalise-wrapper" rev="4.0.0-RC2">
<artifact name="cristalise-wrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cristalise', module='cristalise-wrapper', version='4.0.0-RC2')
)
libraryDependencies += "org.cristalise" % "cristalise-wrapper" % "4.0.0-RC2"
[org.cristalise/cristalise-wrapper "4.0.0-RC2"]