s

security

java class文件加密
The Apache Software License, Version 2.0
Jast
Files download
File Operation
security-1.0.3.pom download
Apache Maven
<dependency>
  <groupId>com.gitee.jastee</groupId>
  <artifactId>security</artifactId>
  <version>1.0.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.gitee.jastee:security:1.0.3'
Gradle Kotlin
implementation("com.gitee.jastee:security:1.0.3")
Scala SBT
libraryDependencies += "com.gitee.jastee" % "security" % "1.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.gitee.jastee', module='security', version='1.0.3')
)
Apache Ivy
<dependency org="com.gitee.jastee" name="security" rev="1.0.3" />
Leiningen
[com.gitee.jastee/security "1.0.3"]
Apache Buildr
'com.gitee.jastee:security:jar:1.0.3'