License |
License |
---|---|
Categories |
CategoriesScala Languages |
GroupId | GroupIdorg.camunda.feel |
ArtifactId | ArtifactIdfeel-scala |
Last Version | Last Version1.11.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionFEEL Scala Engine
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-1.11.1.pom | |
feel-scala-1.11.1.jar | 553 KB |
feel-scala-1.11.1-test-sources.jar | 54 KB |
feel-scala-1.11.1-sources.jar | 55 KB |
feel-scala-1.11.1-javadoc.jar | 1 MB |
feel-scala-1.11.1-complete.jar | 6 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.camunda.feel/feel-scala/ -->
<dependency>
<groupId>org.camunda.feel</groupId>
<artifactId>feel-scala</artifactId>
<version>1.11.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.camunda.feel/feel-scala/
implementation 'org.camunda.feel:feel-scala:1.11.1'
// https://jarcasting.com/artifacts/org.camunda.feel/feel-scala/
implementation ("org.camunda.feel:feel-scala:1.11.1")
'org.camunda.feel:feel-scala:jar:1.11.1'
<dependency org="org.camunda.feel" name="feel-scala" rev="1.11.1">
<artifact name="feel-scala" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.camunda.feel', module='feel-scala', version='1.11.1')
)
libraryDependencies += "org.camunda.feel" % "feel-scala" % "1.11.1"
[org.camunda.feel/feel-scala "1.11.1"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang.modules : scala-parser-combinators_2.13 | jar | 1.1.2 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.13 | jar | 3.0.8 |
org.apache.logging.log4j : log4j-api | jar | 2.9.0 |
org.apache.logging.log4j : log4j-core | jar | 2.9.0 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.9.0 |