s

security-tool

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