License |
License |
---|---|
GroupId | GroupIdio.github.ljnelson |
ArtifactId | ArtifactIddev5432 |
Version | Version0.0.4 |
Type | Typejar |
Description |
DescriptionDEV5432
DEV5432: Writing Kubernetes Controllers with Java SE and CDI 2.0
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
dev5432-0.0.4.pom | |
dev5432-0.0.4.jar | 8 KB |
dev5432-0.0.4-sources.jar | 10 KB |
dev5432-0.0.4-javadoc.jar | 52 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.ljnelson/dev5432/ -->
<dependency>
<groupId>io.github.ljnelson</groupId>
<artifactId>dev5432</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ljnelson/dev5432/
implementation 'io.github.ljnelson:dev5432:0.0.4'
// https://jarcasting.com/artifacts/io.github.ljnelson/dev5432/
implementation ("io.github.ljnelson:dev5432:0.0.4")
'io.github.ljnelson:dev5432:jar:0.0.4'
<dependency org="io.github.ljnelson" name="dev5432" rev="0.0.4">
<artifact name="dev5432" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ljnelson', module='dev5432', version='0.0.4')
)
libraryDependencies += "io.github.ljnelson" % "dev5432" % "0.0.4"
[io.github.ljnelson/dev5432 "0.0.4"]
Group / Artifact | Type | Version |
---|---|---|
io.fabric8 : kubernetes-client | jar | 4.0.5 |
org.microbean : microbean-kubernetes-controller-cdi | jar | 0.2.2 |
javax.enterprise : cdi-api Optional | jar | 2.0 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-jdk14 Optional | jar | 1.7.25 |
org.jboss : jandex Optional | jar | 2.0.5.Final |
org.jboss.weld.se : weld-se-core Optional | jar | |
org.microbean : microbean-configuration-cdi | jar | 0.4.2 |
org.microbean : microbean-configuration Optional | jar | 0.4.2 |
org.microbean : microbean-kubernetes-client-cdi Optional | jar | 0.3.3 |
org.microbean : microbean-main Optional | jar | 6 |
org.glassfish : javax.el Optional | jar | 3.0.1-b09 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |