License |
License
https://www.eclipse.org/legal/epl-2.0/
|
---|---|
Categories |
CategoriesMaven Build Tools CLI User Interface OpenShift Container PaaS Providers |
GroupId | GroupIdorg.eclipse.jkube |
ArtifactId | ArtifactIdopenshift-maven-plugin-it |
Version | Version1.6.0 |
Type | Typejar |
Description |
DescriptionOpenShift Maven Plugin :: Integration Tests
Maven plugin for getting your Java apps on to OpenShift
|
Project URL |
Project URL |
Filename | Size |
---|---|
openshift-maven-plugin-it-1.6.0.pom | |
openshift-maven-plugin-it-1.6.0.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jkube/openshift-maven-plugin-it/ -->
<dependency>
<groupId>org.eclipse.jkube</groupId>
<artifactId>openshift-maven-plugin-it</artifactId>
<version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jkube/openshift-maven-plugin-it/
implementation 'org.eclipse.jkube:openshift-maven-plugin-it:1.6.0'
// https://jarcasting.com/artifacts/org.eclipse.jkube/openshift-maven-plugin-it/
implementation ("org.eclipse.jkube:openshift-maven-plugin-it:1.6.0")
'org.eclipse.jkube:openshift-maven-plugin-it:jar:1.6.0'
<dependency org="org.eclipse.jkube" name="openshift-maven-plugin-it" rev="1.6.0">
<artifact name="openshift-maven-plugin-it" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jkube', module='openshift-maven-plugin-it', version='1.6.0')
)
libraryDependencies += "org.eclipse.jkube" % "openshift-maven-plugin-it" % "1.6.0"
[org.eclipse.jkube/openshift-maven-plugin-it "1.6.0"]
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | |
org.eclipse.jkube : jkube-kit-common-test | jar |
Group / Artifact | Type | Version |
---|---|---|
com.consol.citrus : citrus-core | jar |