文件下载
文件名 操作
pswdgen-ant-task-1.0.jar 下载
pswdgen-ant-task-1.0.pom 下载
pswdgen-ant-task-1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.xblackcat.ant</groupId>
  <artifactId>pswdgen-ant-task</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'org.xblackcat.ant:pswdgen-ant-task:1.0'
Gradle Kotlin
implementation("org.xblackcat.ant:pswdgen-ant-task:1.0")
Scala SBT
libraryDependencies += "org.xblackcat.ant" % "pswdgen-ant-task" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.xblackcat.ant', module='pswdgen-ant-task', version='1.0')
)
Apache Ivy
<dependency org="org.xblackcat.ant" name="pswdgen-ant-task" rev="1.0" />
Leiningen
[org.xblackcat.ant/pswdgen-ant-task "1.0"]
Apache Buildr
'org.xblackcat.ant:pswdgen-ant-task:jar:1.0'
本项目依赖