| Categories |
CategoriesUnity Business Logic Libraries Game Development |
|---|---|
| GroupId | GroupIdorg.camunda.community |
| ArtifactId | ArtifactIdcommunity-hub-release-parent |
| Version | Version1.2.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| community-hub-release-parent-1.2.0.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.camunda.community/community-hub-release-parent/ -->
<dependency>
<groupId>org.camunda.community</groupId>
<artifactId>community-hub-release-parent</artifactId>
<version>1.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.community/community-hub-release-parent/
implementation 'org.camunda.community:community-hub-release-parent:1.2.0'
// https://jarcasting.com/artifacts/org.camunda.community/community-hub-release-parent/
implementation ("org.camunda.community:community-hub-release-parent:1.2.0")
'org.camunda.community:community-hub-release-parent:pom:1.2.0'
<dependency org="org.camunda.community" name="community-hub-release-parent" rev="1.2.0">
<artifact name="community-hub-release-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.camunda.community', module='community-hub-release-parent', version='1.2.0')
)
libraryDependencies += "org.camunda.community" % "community-hub-release-parent" % "1.2.0"
[org.camunda.community/community-hub-release-parent "1.2.0"]