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