n

nobug-parent

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