Categories |
CategoriesDistribution Build Tools |
---|---|
GroupId | GroupIdorg.jberet |
ArtifactId | ArtifactIddistribution |
Version | Version1.0.0.Alpha2 |
Type | Typepom |
Filename | Size |
---|---|
distribution-1.0.0.Alpha2.pom | |
distribution-1.0.0.Alpha2.zip | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jberet/distribution/ -->
<dependency>
<groupId>org.jberet</groupId>
<artifactId>distribution</artifactId>
<version>1.0.0.Alpha2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jberet/distribution/
implementation 'org.jberet:distribution:1.0.0.Alpha2'
// https://jarcasting.com/artifacts/org.jberet/distribution/
implementation ("org.jberet:distribution:1.0.0.Alpha2")
'org.jberet:distribution:pom:1.0.0.Alpha2'
<dependency org="org.jberet" name="distribution" rev="1.0.0.Alpha2">
<artifact name="distribution" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jberet', module='distribution', version='1.0.0.Alpha2')
)
libraryDependencies += "org.jberet" % "distribution" % "1.0.0.Alpha2"
[org.jberet/distribution "1.0.0.Alpha2"]