GroupId | GroupIdorg.cristalise |
---|---|
ArtifactId | ArtifactIdcristalise-wrapper |
Version | Version5.3.4 |
Type | Typejar |
Filename | Size |
---|---|
cristalise-wrapper-5.3.4.pom | |
cristalise-wrapper-5.3.4.jar | 5 KB |
cristalise-wrapper-5.3.4-sources.jar | 4 KB |
cristalise-wrapper-5.3.4-javadoc.jar | 25 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.cristalise/cristalise-wrapper/ -->
<dependency>
<groupId>org.cristalise</groupId>
<artifactId>cristalise-wrapper</artifactId>
<version>5.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.cristalise/cristalise-wrapper/
implementation 'org.cristalise:cristalise-wrapper:5.3.4'
// https://jarcasting.com/artifacts/org.cristalise/cristalise-wrapper/
implementation ("org.cristalise:cristalise-wrapper:5.3.4")
'org.cristalise:cristalise-wrapper:jar:5.3.4'
<dependency org="org.cristalise" name="cristalise-wrapper" rev="5.3.4">
<artifact name="cristalise-wrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.cristalise', module='cristalise-wrapper', version='5.3.4')
)
libraryDependencies += "org.cristalise" % "cristalise-wrapper" % "5.3.4"
[org.cristalise/cristalise-wrapper "5.3.4"]