License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIdorg.camunda.feel |
ArtifactId | ArtifactIdfeel-scala-root |
Last Version | Last Version1.11.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionFEEL Scala Root
This pom defines the required plugins and profiles to allow a camunda release build.
Inherit this pom when you want to release your project into the camunda nexus and/or maven central.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
feel-scala-root-1.11.0.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.camunda.feel/feel-scala-root/ -->
<dependency>
<groupId>org.camunda.feel</groupId>
<artifactId>feel-scala-root</artifactId>
<version>1.11.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.feel/feel-scala-root/
implementation 'org.camunda.feel:feel-scala-root:1.11.0'
// https://jarcasting.com/artifacts/org.camunda.feel/feel-scala-root/
implementation ("org.camunda.feel:feel-scala-root:1.11.0")
'org.camunda.feel:feel-scala-root:pom:1.11.0'
<dependency org="org.camunda.feel" name="feel-scala-root" rev="1.11.0">
<artifact name="feel-scala-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.camunda.feel', module='feel-scala-root', version='1.11.0')
)
libraryDependencies += "org.camunda.feel" % "feel-scala-root" % "1.11.0"
[org.camunda.feel/feel-scala-root "1.11.0"]