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