License |
License |
---|---|
GroupId | GroupIdcom.drobisch |
ArtifactId | ArtifactIdbrainslug |
Version | Version0.22 |
Type | Typepom |
Description |
Descriptionbrainslug root pom
brainslug is a control flow abstraction and workflow library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
brainslug-0.22.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.drobisch/brainslug/ -->
<dependency>
<groupId>com.drobisch</groupId>
<artifactId>brainslug</artifactId>
<version>0.22</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.drobisch/brainslug/
implementation 'com.drobisch:brainslug:0.22'
// https://jarcasting.com/artifacts/com.drobisch/brainslug/
implementation ("com.drobisch:brainslug:0.22")
'com.drobisch:brainslug:pom:0.22'
<dependency org="com.drobisch" name="brainslug" rev="0.22">
<artifact name="brainslug" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.drobisch', module='brainslug', version='0.22')
)
libraryDependencies += "com.drobisch" % "brainslug" % "0.22"
[com.drobisch/brainslug "0.22"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.6 |
ch.qos.logback : logback-classic Optional | jar | 1.1.1 |
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 |