MVN

io.puresec : function-shield

Maven & Gradle

Oct 15, 2019
37 stars

FunctionShield · Regain security control over your serverless runtime

<dependency>
    <groupId>io.puresec</groupId>
    <artifactId>function-shield</artifactId>
    <version>2.0.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.puresec : function-shield to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.16

All Versions

Choose a version of io.puresec : function-shield to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
function-shield-2.0.16
function-shield-2.0.12
function-shield-2.0.11
function-shield-2.0.8
function-shield-2.0.7
1.2.x
function-shield-1.2.4
function-shield-1.2.0
1.1.x
function-shield-1.1.0
1.0.x
function-shield-1.0.7
function-shield-1.0.6

How to add a dependency to Maven

Add the following io.puresec : function-shield maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.puresec</groupId>
    <artifactId>function-shield</artifactId>
    <version>2.0.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.puresec : function-shield gradle dependency to your build.gradle file:

implementation 'io.puresec:function-shield:2.0.16'

Gradle Kotlin DSL: Add the following io.puresec : function-shield gradle kotlin dependency to your build.gradle.kts file:

implementation("io.puresec:function-shield:2.0.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.puresec : function-shield sbt scala dependency to your build.sbt file:

libraryDependencies += "io.puresec" % "function-shield" % "2.0.16"