is not current version
Last Version 11

io.github.devsecops-zone:tools 7

Tools like JDK MAVEN KUBECTL DOCKER ..

GroupId

GroupId

io.github.devsecops-zone
ArtifactId

ArtifactId

tools
Version

Version

7
Type

Type

rar

Download tools 7

Filename Size
tools-7.pom
tools-7.rar 118 MB
Browse

<!-- https://jarcasting.com/artifacts/io.github.devsecops-zone/tools/ -->
<dependency>
    <groupId>io.github.devsecops-zone</groupId>
    <artifactId>tools</artifactId>
    <version>7</version>
    <type>rar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.devsecops-zone/tools/
implementation 'io.github.devsecops-zone:tools:7'
// https://jarcasting.com/artifacts/io.github.devsecops-zone/tools/
implementation ("io.github.devsecops-zone:tools:7")
'io.github.devsecops-zone:tools:rar:7'
<dependency org="io.github.devsecops-zone" name="tools" rev="7">
  <artifact name="tools" type="rar" />
</dependency>
@Grapes(
@Grab(group='io.github.devsecops-zone', module='tools', version='7')
)
libraryDependencies += "io.github.devsecops-zone" % "tools" % "7"
[io.github.devsecops-zone/tools "7"]