d

depp-portlek

A parent pom project that contains portlek's dependencies.
文件下载
文件名 操作
depp-portlek-1.2.5.pom 下载
Apache Maven
<dependency>
  <groupId>io.github.portlek</groupId>
  <artifactId>depp-portlek</artifactId>
  <version>1.2.5</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.portlek:depp-portlek:1.2.5'
Gradle Kotlin
implementation("io.github.portlek:depp-portlek:1.2.5")
Scala SBT
libraryDependencies += "io.github.portlek" % "depp-portlek" % "1.2.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.portlek', module='depp-portlek', version='1.2.5')
)
Apache Ivy
<dependency org="io.github.portlek" name="depp-portlek" rev="1.2.5" />
Leiningen
[io.github.portlek/depp-portlek "1.2.5"]
Apache Buildr
'io.github.portlek:depp-portlek:jar:1.2.5'