s

security-tool

Files download
File Operation
security-tool-1.0.2.jar download
security-tool-1.0.2.pom download
security-tool-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.gitee.jastee</groupId>
  <artifactId>security-tool</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.gitee.jastee:security-tool:1.0.2'
Gradle Kotlin
implementation("com.gitee.jastee:security-tool:1.0.2")
Scala SBT
libraryDependencies += "com.gitee.jastee" % "security-tool" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.gitee.jastee', module='security-tool', version='1.0.2')
)
Apache Ivy
<dependency org="com.gitee.jastee" name="security-tool" rev="1.0.2" />
Leiningen
[com.gitee.jastee/security-tool "1.0.2"]
Apache Buildr
'com.gitee.jastee:security-tool:jar:1.0.2'