GroupId | GroupIdorg.ow2.bonita |
---|---|
ArtifactId | ArtifactIdbonita-tests |
Version | Version4.0.1 |
Type | Typejar |
Filename | Size |
---|---|
bonita-tests-4.0.1.pom | |
bonita-tests-4.0.1.jar | 738 KB |
bonita-tests-4.0.1-sources.jar | 604 KB |
bonita-tests-4.0.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.ow2.bonita/bonita-tests/ -->
<dependency>
<groupId>org.ow2.bonita</groupId>
<artifactId>bonita-tests</artifactId>
<version>4.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.bonita/bonita-tests/
implementation 'org.ow2.bonita:bonita-tests:4.0.1'
// https://jarcasting.com/artifacts/org.ow2.bonita/bonita-tests/
implementation ("org.ow2.bonita:bonita-tests:4.0.1")
'org.ow2.bonita:bonita-tests:jar:4.0.1'
<dependency org="org.ow2.bonita" name="bonita-tests" rev="4.0.1">
<artifact name="bonita-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.bonita', module='bonita-tests', version='4.0.1')
)
libraryDependencies += "org.ow2.bonita" % "bonita-tests" % "4.0.1"
[org.ow2.bonita/bonita-tests "4.0.1"]