Last Version

Kubernetes Maven Plugin 0.2.0

Maven plugin for getting your Java apps on to Kubernetes

License

License

https://www.eclipse.org/legal/epl-2.0/
Categories

Categories

Maven Build Tools CLI User Interface
GroupId

GroupId

org.eclipse.jkube
ArtifactId

ArtifactId

k8s-maven-plugin-build
Version

Version

0.2.0
Type

Type

pom
Description

Description

Kubernetes Maven Plugin
Maven plugin for getting your Java apps on to Kubernetes
Project URL

Project URL

https://projects.eclipse.org/projects/ecd.jkube/k8s-maven-plugin-build

Download k8s-maven-plugin-build 0.2.0


<!-- https://jarcasting.com/artifacts/org.eclipse.jkube/k8s-maven-plugin-build/ -->
<dependency>
    <groupId>org.eclipse.jkube</groupId>
    <artifactId>k8s-maven-plugin-build</artifactId>
    <version>0.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jkube/k8s-maven-plugin-build/
implementation 'org.eclipse.jkube:k8s-maven-plugin-build:0.2.0'
// https://jarcasting.com/artifacts/org.eclipse.jkube/k8s-maven-plugin-build/
implementation ("org.eclipse.jkube:k8s-maven-plugin-build:0.2.0")
'org.eclipse.jkube:k8s-maven-plugin-build:pom:0.2.0'
<dependency org="org.eclipse.jkube" name="k8s-maven-plugin-build" rev="0.2.0">
  <artifact name="k8s-maven-plugin-build" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jkube', module='k8s-maven-plugin-build', version='0.2.0')
)
libraryDependencies += "org.eclipse.jkube" % "k8s-maven-plugin-build" % "0.2.0"
[org.eclipse.jkube/k8s-maven-plugin-build "0.2.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • plugin
  • it
  • doc