GroupId | GroupIdorg.apache.brooklyn |
---|---|
ArtifactId | ArtifactIdbrooklyn-dist-features |
Version | Version0.11.0 |
Type | Typejar |
Filename | Size |
---|---|
brooklyn-dist-features-0.11.0.pom | -1 bytes |
brooklyn-dist-features-0.11.0-sources.jar | 4 KB |
brooklyn-dist-features-0.11.0-features.xml | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.brooklyn/brooklyn-dist-features/ -->
<dependency>
<groupId>org.apache.brooklyn</groupId>
<artifactId>brooklyn-dist-features</artifactId>
<version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.brooklyn/brooklyn-dist-features/
implementation 'org.apache.brooklyn:brooklyn-dist-features:0.11.0'
// https://jarcasting.com/artifacts/org.apache.brooklyn/brooklyn-dist-features/
implementation ("org.apache.brooklyn:brooklyn-dist-features:0.11.0")
'org.apache.brooklyn:brooklyn-dist-features:jar:0.11.0'
<dependency org="org.apache.brooklyn" name="brooklyn-dist-features" rev="0.11.0">
<artifact name="brooklyn-dist-features" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.brooklyn', module='brooklyn-dist-features', version='0.11.0')
)
libraryDependencies += "org.apache.brooklyn" % "brooklyn-dist-features" % "0.11.0"
[org.apache.brooklyn/brooklyn-dist-features "0.11.0"]