GroupId | GroupIdorg.apache.batchee |
---|---|
ArtifactId | ArtifactIdbatchee-doc-api |
Version | Version0.3-incubating |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.batchee/batchee-doc-api/ -->
<dependency>
<groupId>org.apache.batchee</groupId>
<artifactId>batchee-doc-api</artifactId>
<version>0.3-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.batchee/batchee-doc-api/
implementation 'org.apache.batchee:batchee-doc-api:0.3-incubating'
// https://jarcasting.com/artifacts/org.apache.batchee/batchee-doc-api/
implementation ("org.apache.batchee:batchee-doc-api:0.3-incubating")
'org.apache.batchee:batchee-doc-api:jar:0.3-incubating'
<dependency org="org.apache.batchee" name="batchee-doc-api" rev="0.3-incubating">
<artifact name="batchee-doc-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.batchee', module='batchee-doc-api', version='0.3-incubating')
)
libraryDependencies += "org.apache.batchee" % "batchee-doc-api" % "0.3-incubating"
[org.apache.batchee/batchee-doc-api "0.3-incubating"]