is not current version
Last Version 11

io.github.devsecops-zone:tools 3

Tools like JDK MAVEN KUBECTL DOCKER ..

GroupId

GroupId

io.github.devsecops-zone
ArtifactId

ArtifactId

tools
Version

Version

3
Type

Type

rar

Download tools 3

Filename Size
tools-3.pom
tools-3.rar 151 MB
Browse

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