d

depp

A parent pom project that contains dependencies.
https://github.com/portlek/depp
Files download
File Operation
depp-1.1.3.pom download
Apache Maven
<dependency>
  <groupId>io.github.portlek</groupId>
  <artifactId>depp</artifactId>
  <version>1.1.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.portlek:depp:1.1.3'
Gradle Kotlin
implementation("io.github.portlek:depp:1.1.3")
Scala SBT
libraryDependencies += "io.github.portlek" % "depp" % "1.1.3"
Groovy Grape
@Grapes(
  @Grab(group='io.github.portlek', module='depp', version='1.1.3')
)
Apache Ivy
<dependency org="io.github.portlek" name="depp" rev="1.1.3" />
Leiningen
[io.github.portlek/depp "1.1.3"]
Apache Buildr
'io.github.portlek:depp:jar:1.1.3'