d

databasekeystore-parent

Top DatabaseKeyStore project pom.xml file
https://github.com/PilouGit/databasekeystore
Apache 2.0 License
Pilou
文件下载
文件名 操作
databasekeystore-parent-1.0.0.pom 下载
Apache Maven
<dependency>
  <groupId>io.github.pilougit.security</groupId>
  <artifactId>databasekeystore-parent</artifactId>
  <version>1.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.pilougit.security:databasekeystore-parent:1.0.0'
Gradle Kotlin
implementation("io.github.pilougit.security:databasekeystore-parent:1.0.0")
Scala SBT
libraryDependencies += "io.github.pilougit.security" % "databasekeystore-parent" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.pilougit.security', module='databasekeystore-parent', version='1.0.0')
)
Apache Ivy
<dependency org="io.github.pilougit.security" name="databasekeystore-parent" rev="1.0.0" />
Leiningen
[io.github.pilougit.security/databasekeystore-parent "1.0.0"]
Apache Buildr
'io.github.pilougit.security:databasekeystore-parent:jar:1.0.0'