is not current version
Last Version 11

io.github.devsecops-zone:tools 10

Tools like JDK MAVEN KUBECTL DOCKER ..

GroupId

GroupId

io.github.devsecops-zone
ArtifactId

ArtifactId

tools
Version

Version

10
Type

Type

rar

Download tools 10

Filename Size
tools-10.pom
tools-10.rar 147 MB
Browse

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