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