is not current version
Last Version 11

io.github.devsecops-zone:tools 6

Tools like JDK MAVEN KUBECTL DOCKER ..

GroupId

GroupId

io.github.devsecops-zone
ArtifactId

ArtifactId

tools
Version

Version

6
Type

Type

rar

Download tools 6

Filename Size
tools-6.pom
tools-6.rar 155 MB
Browse

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