MVN

io.github.devsecops-zone : tools

Maven & Gradle

Aug 30, 2021

Tools · Tools like JDK MAVEN KUBECTL DOCKER ..

<dependency>
    <groupId>io.github.devsecops-zone</groupId>
    <artifactId>tools</artifactId>
    <version>11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.devsecops-zone : tools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 11

All Versions

Choose a version of io.github.devsecops-zone : tools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
11
tools-11
10
tools-10
9
tools-9
8
tools-8
7
tools-7
6
tools-6
5
tools-5
4
tools-4
3
tools-3
2
tools-2
1
tools-1
1.0.x
tools-1.0.0

How to add a dependency to Maven

Add the following io.github.devsecops-zone : tools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.devsecops-zone</groupId>
    <artifactId>tools</artifactId>
    <version>11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.devsecops-zone : tools gradle dependency to your build.gradle file:

implementation 'io.github.devsecops-zone:tools:11'

Gradle Kotlin DSL: Add the following io.github.devsecops-zone : tools gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.devsecops-zone:tools:11")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.devsecops-zone : tools sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.devsecops-zone" % "tools" % "11"