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