is not current version
Last Version 1.0.0.Alpha3

org.jberet:distribution 1.0.0.Alpha1


Categories

Categories

Distribution Build Tools
GroupId

GroupId

org.jberet
ArtifactId

ArtifactId

distribution
Version

Version

1.0.0.Alpha1
Type

Type

pom

Download distribution 1.0.0.Alpha1


<!-- https://jarcasting.com/artifacts/org.jberet/distribution/ -->
<dependency>
    <groupId>org.jberet</groupId>
    <artifactId>distribution</artifactId>
    <version>1.0.0.Alpha1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jberet/distribution/
implementation 'org.jberet:distribution:1.0.0.Alpha1'
// https://jarcasting.com/artifacts/org.jberet/distribution/
implementation ("org.jberet:distribution:1.0.0.Alpha1")
'org.jberet:distribution:pom:1.0.0.Alpha1'
<dependency org="org.jberet" name="distribution" rev="1.0.0.Alpha1">
  <artifact name="distribution" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jberet', module='distribution', version='1.0.0.Alpha1')
)
libraryDependencies += "org.jberet" % "distribution" % "1.0.0.Alpha1"
[org.jberet/distribution "1.0.0.Alpha1"]