| License |
License |
|---|---|
| GroupId | GroupIdio.dekorate |
| ArtifactId | ArtifactIdframeworks |
| Version | Version2.9.1 |
| Type | Typepom |
| Description |
DescriptionDekorate :: Frameworks
A collection of annotations and processors for Kubernetes
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| frameworks-2.9.1.pom | 709 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.dekorate/frameworks/ -->
<dependency>
<groupId>io.dekorate</groupId>
<artifactId>frameworks</artifactId>
<version>2.9.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.dekorate/frameworks/
implementation 'io.dekorate:frameworks:2.9.1'
// https://jarcasting.com/artifacts/io.dekorate/frameworks/
implementation ("io.dekorate:frameworks:2.9.1")
'io.dekorate:frameworks:pom:2.9.1'
<dependency org="io.dekorate" name="frameworks" rev="2.9.1">
<artifact name="frameworks" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.dekorate', module='frameworks', version='2.9.1')
)
libraryDependencies += "io.dekorate" % "frameworks" % "2.9.1"
[io.dekorate/frameworks "2.9.1"]