| License |
License
TODO
|
|---|---|
| GroupId | GroupIdio.github.devsecops-zone |
| ArtifactId | ArtifactIdtools |
| Last Version | Last Version11 |
| Release Date | Release Date |
| Type | Typerar |
| Description |
DescriptionTools
Tools like JDK MAVEN KUBECTL DOCKER ..
|
| Filename | Size |
|---|---|
| tools-11.pom | |
| tools-11.rar | 118 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.devsecops-zone/tools/ -->
<dependency>
<groupId>io.github.devsecops-zone</groupId>
<artifactId>tools</artifactId>
<version>11</version>
<type>rar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.devsecops-zone/tools/
implementation 'io.github.devsecops-zone:tools:11'
// https://jarcasting.com/artifacts/io.github.devsecops-zone/tools/
implementation ("io.github.devsecops-zone:tools:11")
'io.github.devsecops-zone:tools:rar:11'
<dependency org="io.github.devsecops-zone" name="tools" rev="11">
<artifact name="tools" type="rar" />
</dependency>
@Grapes(
@Grab(group='io.github.devsecops-zone', module='tools', version='11')
)
libraryDependencies += "io.github.devsecops-zone" % "tools" % "11"
[io.github.devsecops-zone/tools "11"]