Last Version

brainslug root pom 0.21

brainslug is a control flow abstraction and workflow library

License

License

GroupId

GroupId

de.androbit
ArtifactId

ArtifactId

brainslug
Version

Version

0.21
Type

Type

pom
Description

Description

brainslug root pom
brainslug is a control flow abstraction and workflow library
Project URL

Project URL

http://github.com/adrobisch/brainslug
Source Code Management

Source Code Management

http://github.com/adrobisch/brainslug

Download brainslug 0.21

Filename Size
brainslug-0.21.pom 7 KB
Browse

<!-- https://jarcasting.com/artifacts/de.androbit/brainslug/ -->
<dependency>
    <groupId>de.androbit</groupId>
    <artifactId>brainslug</artifactId>
    <version>0.21</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.androbit/brainslug/
implementation 'de.androbit:brainslug:0.21'
// https://jarcasting.com/artifacts/de.androbit/brainslug/
implementation ("de.androbit:brainslug:0.21")
'de.androbit:brainslug:pom:0.21'
<dependency org="de.androbit" name="brainslug" rev="0.21">
  <artifact name="brainslug" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.androbit', module='brainslug', version='0.21')
)
libraryDependencies += "de.androbit" % "brainslug" % "0.21"
[de.androbit/brainslug "0.21"]

Dependencies

compile (2)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.6
ch.qos.logback : logback-classic Optional jar 1.1.1

test (3)

Group / Artifact Type Version
junit : junit jar 4.11
org.assertj : assertj-core jar 1.6.0
org.mockito : mockito-all jar 1.9.5

Project Modules

  • core
  • model
  • execution
  • bpmn
  • juel
  • renderer
  • quartz
  • jpa
  • spring
  • maven-renderer
  • maven-bpmn
  • docs
  • examples/maven-plugin