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