n

nobug-parent

安全框架。支持XSS、CSRF、JSONP劫持等漏洞防范。
Files download
File Operation
nobug-parent-0.9.10.pom download
Apache Maven
<dependency>
  <groupId>io.leopard</groupId>
  <artifactId>nobug-parent</artifactId>
  <version>0.9.10</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.leopard:nobug-parent:0.9.10'
Gradle Kotlin
implementation("io.leopard:nobug-parent:0.9.10")
Scala SBT
libraryDependencies += "io.leopard" % "nobug-parent" % "0.9.10"
Groovy Grape
@Grapes(
  @Grab(group='io.leopard', module='nobug-parent', version='0.9.10')
)
Apache Ivy
<dependency org="io.leopard" name="nobug-parent" rev="0.9.10" />
Leiningen
[io.leopard/nobug-parent "0.9.10"]
Apache Buildr
'io.leopard:nobug-parent:jar:0.9.10'