Categories |
CategoriesMaven Build Tools CLI User Interface OpenShift Container PaaS Providers |
---|---|
GroupId | GroupIdorg.eclipse.jkube |
ArtifactId | ArtifactIdopenshift-maven-plugin-it |
Version | Version1.0.0-rc-1 |
Type | Typejar |
<!-- 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.0.0-rc-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jkube/openshift-maven-plugin-it/
implementation 'org.eclipse.jkube:openshift-maven-plugin-it:1.0.0-rc-1'
// https://jarcasting.com/artifacts/org.eclipse.jkube/openshift-maven-plugin-it/
implementation ("org.eclipse.jkube:openshift-maven-plugin-it:1.0.0-rc-1")
'org.eclipse.jkube:openshift-maven-plugin-it:jar:1.0.0-rc-1'
<dependency org="org.eclipse.jkube" name="openshift-maven-plugin-it" rev="1.0.0-rc-1">
<artifact name="openshift-maven-plugin-it" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jkube', module='openshift-maven-plugin-it', version='1.0.0-rc-1')
)
libraryDependencies += "org.eclipse.jkube" % "openshift-maven-plugin-it" % "1.0.0-rc-1"
[org.eclipse.jkube/openshift-maven-plugin-it "1.0.0-rc-1"]