Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jkube |
ArtifactId | ArtifactIdjkube-kit-profiles |
Version | Version1.5.0 |
Type | Typejar |
Filename | Size |
---|---|
jkube-kit-profiles-1.5.0.pom | |
jkube-kit-profiles-1.5.0.jar | 8 KB |
jkube-kit-profiles-1.5.0-sources.jar | 6 KB |
jkube-kit-profiles-1.5.0-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.jkube/jkube-kit-profiles/ -->
<dependency>
<groupId>org.eclipse.jkube</groupId>
<artifactId>jkube-kit-profiles</artifactId>
<version>1.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jkube/jkube-kit-profiles/
implementation 'org.eclipse.jkube:jkube-kit-profiles:1.5.0'
// https://jarcasting.com/artifacts/org.eclipse.jkube/jkube-kit-profiles/
implementation ("org.eclipse.jkube:jkube-kit-profiles:1.5.0")
'org.eclipse.jkube:jkube-kit-profiles:jar:1.5.0'
<dependency org="org.eclipse.jkube" name="jkube-kit-profiles" rev="1.5.0">
<artifact name="jkube-kit-profiles" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jkube', module='jkube-kit-profiles', version='1.5.0')
)
libraryDependencies += "org.eclipse.jkube" % "jkube-kit-profiles" % "1.5.0"
[org.eclipse.jkube/jkube-kit-profiles "1.5.0"]