GroupId | GroupIdorg.apache.batchee |
---|---|
ArtifactId | ArtifactIdbatchee-test |
Version | Version0.6 |
Type | Typejar |
Filename | Size |
---|---|
batchee-test-0.6.pom | |
batchee-test-0.6.jar | 22 KB |
batchee-test-0.6-sources.jar | 13 KB |
batchee-test-0.6-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.batchee/batchee-test/ -->
<dependency>
<groupId>org.apache.batchee</groupId>
<artifactId>batchee-test</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.batchee/batchee-test/
implementation 'org.apache.batchee:batchee-test:0.6'
// https://jarcasting.com/artifacts/org.apache.batchee/batchee-test/
implementation ("org.apache.batchee:batchee-test:0.6")
'org.apache.batchee:batchee-test:jar:0.6'
<dependency org="org.apache.batchee" name="batchee-test" rev="0.6">
<artifact name="batchee-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.batchee', module='batchee-test', version='0.6')
)
libraryDependencies += "org.apache.batchee" % "batchee-test" % "0.6"
[org.apache.batchee/batchee-test "0.6"]