GroupId | GroupIdio.github.yogonza524 |
---|---|
ArtifactId | ArtifactIdpeeta |
Version | Version1.0-0 |
Type | Typepom |
Filename | Size |
---|---|
peeta-1.0-0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.yogonza524/peeta/ -->
<dependency>
<groupId>io.github.yogonza524</groupId>
<artifactId>peeta</artifactId>
<version>1.0-0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.yogonza524/peeta/
implementation 'io.github.yogonza524:peeta:1.0-0'
// https://jarcasting.com/artifacts/io.github.yogonza524/peeta/
implementation ("io.github.yogonza524:peeta:1.0-0")
'io.github.yogonza524:peeta:pom:1.0-0'
<dependency org="io.github.yogonza524" name="peeta" rev="1.0-0">
<artifact name="peeta" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.yogonza524', module='peeta', version='1.0-0')
)
libraryDependencies += "io.github.yogonza524" % "peeta" % "1.0-0"
[io.github.yogonza524/peeta "1.0-0"]