| Categories |
CategoriesNet Other General Purpose Libraries |
|---|---|
| GroupId | GroupIdnet.anotheria |
| ArtifactId | ArtifactIddistributeme-parent |
| Version | Version2.3.7 |
| Type | Typepom |
| Filename | Size |
|---|---|
| distributeme-parent-2.3.7.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.anotheria/distributeme-parent/ -->
<dependency>
<groupId>net.anotheria</groupId>
<artifactId>distributeme-parent</artifactId>
<version>2.3.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.anotheria/distributeme-parent/
implementation 'net.anotheria:distributeme-parent:2.3.7'
// https://jarcasting.com/artifacts/net.anotheria/distributeme-parent/
implementation ("net.anotheria:distributeme-parent:2.3.7")
'net.anotheria:distributeme-parent:pom:2.3.7'
<dependency org="net.anotheria" name="distributeme-parent" rev="2.3.7">
<artifact name="distributeme-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.anotheria', module='distributeme-parent', version='2.3.7')
)
libraryDependencies += "net.anotheria" % "distributeme-parent" % "2.3.7"
[net.anotheria/distributeme-parent "2.3.7"]