is not current version
Last Version 1.2.5

io.github.portlek:depp 1.2.2

A parent pom project that contains dependencies.

GroupId

GroupId

io.github.portlek
ArtifactId

ArtifactId

depp
Version

Version

1.2.2
Type

Type

pom

Download depp 1.2.2

Filename Size
depp-1.2.2.pom 18 KB
Browse

<!-- https://jarcasting.com/artifacts/io.github.portlek/depp/ -->
<dependency>
    <groupId>io.github.portlek</groupId>
    <artifactId>depp</artifactId>
    <version>1.2.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.portlek/depp/
implementation 'io.github.portlek:depp:1.2.2'
// https://jarcasting.com/artifacts/io.github.portlek/depp/
implementation ("io.github.portlek:depp:1.2.2")
'io.github.portlek:depp:pom:1.2.2'
<dependency org="io.github.portlek" name="depp" rev="1.2.2">
  <artifact name="depp" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.portlek', module='depp', version='1.2.2')
)
libraryDependencies += "io.github.portlek" % "depp" % "1.2.2"
[io.github.portlek/depp "1.2.2"]