a

appguard

Real Time Serverless Protection
https://github.com/extrinsec/appguard
Extrinsec
Files download
File Operation
appguard-0.4.0.jar download
appguard-0.4.0.pom download
appguard-0.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.extrinsec</groupId>
  <artifactId>appguard</artifactId>
  <version>0.4.0</version>
</dependency>
Gradle Groovy
implementation 'com.extrinsec:appguard:0.4.0'
Gradle Kotlin
implementation("com.extrinsec:appguard:0.4.0")
Scala SBT
libraryDependencies += "com.extrinsec" % "appguard" % "0.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.extrinsec', module='appguard', version='0.4.0')
)
Apache Ivy
<dependency org="com.extrinsec" name="appguard" rev="0.4.0" />
Leiningen
[com.extrinsec/appguard "0.4.0"]
Apache Buildr
'com.extrinsec:appguard:jar:0.4.0'