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