文件下载
文件名 操作
maven-crypt-plugin-2.1.1.jar 下载
maven-crypt-plugin-2.1.1.pom 下载
maven-crypt-plugin-2.1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>edu.vt.middleware.maven.plugins</groupId>
  <artifactId>maven-crypt-plugin</artifactId>
  <version>2.1.1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'edu.vt.middleware.maven.plugins:maven-crypt-plugin:2.1.1'
Gradle Kotlin
implementation("edu.vt.middleware.maven.plugins:maven-crypt-plugin:2.1.1")
Scala SBT
libraryDependencies += "edu.vt.middleware.maven.plugins" % "maven-crypt-plugin" % "2.1.1"
Groovy Grape
@Grapes(
  @Grab(group='edu.vt.middleware.maven.plugins', module='maven-crypt-plugin', version='2.1.1')
)
Apache Ivy
<dependency org="edu.vt.middleware.maven.plugins" name="maven-crypt-plugin" rev="2.1.1" />
Leiningen
[edu.vt.middleware.maven.plugins/maven-crypt-plugin "2.1.1"]
Apache Buildr
'edu.vt.middleware.maven.plugins:maven-crypt-plugin:jar:2.1.1'