Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.bpelunit |
ArtifactId | ArtifactIdframework |
Version | Version1.6.0 |
Type | Typejar |
Filename | Size |
---|---|
framework-1.6.0.pom | |
framework-1.6.0.jar | 1 MB |
framework-1.6.0-tests.jar | 148 KB |
framework-1.6.0-sources.jar | 2 MB |
framework-1.6.0-javadoc.jar | 6 MB |
framework-1.6.0-bundle.jar | 8 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.bpelunit/framework/ -->
<dependency>
<groupId>net.bpelunit</groupId>
<artifactId>framework</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.bpelunit/framework/
implementation 'net.bpelunit:framework:1.6.0'
// https://jarcasting.com/artifacts/net.bpelunit/framework/
implementation ("net.bpelunit:framework:1.6.0")
'net.bpelunit:framework:jar:1.6.0'
<dependency org="net.bpelunit" name="framework" rev="1.6.0">
<artifact name="framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.bpelunit', module='framework', version='1.6.0')
)
libraryDependencies += "net.bpelunit" % "framework" % "1.6.0"
[net.bpelunit/framework "1.6.0"]