is not current version
Last Version 11

io.github.devsecops-zone:tools 2

Tools like JDK MAVEN KUBECTL DOCKER ..

GroupId

GroupId

io.github.devsecops-zone
ArtifactId

ArtifactId

tools
Version

Version

2
Type

Type

rar

Download tools 2

Filename Size
tools-2.pom
tools-2.rar 109 MB
Browse

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