Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.jkube |
ArtifactId | ArtifactIdjkube-kit-thorntail |
Version | Version1.0.0-alpha-4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.eclipse.jkube/jkube-kit-thorntail/ -->
<dependency>
<groupId>org.eclipse.jkube</groupId>
<artifactId>jkube-kit-thorntail</artifactId>
<version>1.0.0-alpha-4</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.jkube/jkube-kit-thorntail/
implementation 'org.eclipse.jkube:jkube-kit-thorntail:1.0.0-alpha-4'
// https://jarcasting.com/artifacts/org.eclipse.jkube/jkube-kit-thorntail/
implementation ("org.eclipse.jkube:jkube-kit-thorntail:1.0.0-alpha-4")
'org.eclipse.jkube:jkube-kit-thorntail:jar:1.0.0-alpha-4'
<dependency org="org.eclipse.jkube" name="jkube-kit-thorntail" rev="1.0.0-alpha-4">
<artifact name="jkube-kit-thorntail" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.jkube', module='jkube-kit-thorntail', version='1.0.0-alpha-4')
)
libraryDependencies += "org.eclipse.jkube" % "jkube-kit-thorntail" % "1.0.0-alpha-4"
[org.eclipse.jkube/jkube-kit-thorntail "1.0.0-alpha-4"]