| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools |
| GroupId | GroupIdorg.xblackcat.ant |
| ArtifactId | ArtifactIdpswdgen-ant-task |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionAnt task for generating passwords
Ant task for generating passwords
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| pswdgen-ant-task-1.0.pom | |
| pswdgen-ant-task-1.0.jar | 11 KB |
| pswdgen-ant-task-1.0-sources.jar | 7 KB |
| pswdgen-ant-task-1.0-javadoc.jar | 31 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.xblackcat.ant/pswdgen-ant-task/ -->
<dependency>
<groupId>org.xblackcat.ant</groupId>
<artifactId>pswdgen-ant-task</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.xblackcat.ant/pswdgen-ant-task/
implementation 'org.xblackcat.ant:pswdgen-ant-task:1.0'
// https://jarcasting.com/artifacts/org.xblackcat.ant/pswdgen-ant-task/
implementation ("org.xblackcat.ant:pswdgen-ant-task:1.0")
'org.xblackcat.ant:pswdgen-ant-task:jar:1.0'
<dependency org="org.xblackcat.ant" name="pswdgen-ant-task" rev="1.0">
<artifact name="pswdgen-ant-task" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xblackcat.ant', module='pswdgen-ant-task', version='1.0')
)
libraryDependencies += "org.xblackcat.ant" % "pswdgen-ant-task" % "1.0"
[org.xblackcat.ant/pswdgen-ant-task "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.ant : ant | jar | [1.10,2.0) |