License |
License |
---|---|
Categories |
CategoriesUnity Business Logic Libraries Game Development |
GroupId | GroupIdorg.camunda.community |
ArtifactId | ArtifactIdeze-root |
Last Version | Last Version0.6.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEZE Root
This pom defines the required plugins and profiles to allow a camunda community hub release build.
Inherit this pom when you want to use the camunda community hub GitHub release action.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
eze-root-0.6.1.pom | 9 KB |
eze-root-0.6.1-javadoc.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.camunda.community/eze-root/ -->
<dependency>
<groupId>org.camunda.community</groupId>
<artifactId>eze-root</artifactId>
<version>0.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.community/eze-root/
implementation 'org.camunda.community:eze-root:0.6.1'
// https://jarcasting.com/artifacts/org.camunda.community/eze-root/
implementation ("org.camunda.community:eze-root:0.6.1")
'org.camunda.community:eze-root:jar:0.6.1'
<dependency org="org.camunda.community" name="eze-root" rev="0.6.1">
<artifact name="eze-root" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.community', module='eze-root', version='0.6.1')
)
libraryDependencies += "org.camunda.community" % "eze-root" % "0.6.1"
[org.camunda.community/eze-root "0.6.1"]