d

depp-portlek

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