GroupId | GroupIdio.github.agrica |
---|---|
ArtifactId | ArtifactIdppa |
Version | Version3.0.5-M1 |
Type | Typepom |
Filename | Size |
---|---|
ppa-3.0.5-M1.pom | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.agrica/ppa/ -->
<dependency>
<groupId>io.github.agrica</groupId>
<artifactId>ppa</artifactId>
<version>3.0.5-M1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.agrica/ppa/
implementation 'io.github.agrica:ppa:3.0.5-M1'
// https://jarcasting.com/artifacts/io.github.agrica/ppa/
implementation ("io.github.agrica:ppa:3.0.5-M1")
'io.github.agrica:ppa:pom:3.0.5-M1'
<dependency org="io.github.agrica" name="ppa" rev="3.0.5-M1">
<artifact name="ppa" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.agrica', module='ppa', version='3.0.5-M1')
)
libraryDependencies += "io.github.agrica" % "ppa" % "3.0.5-M1"
[io.github.agrica/ppa "3.0.5-M1"]