GroupId | GroupIdorg.apache.aries.samples.blueprint.helloworld |
---|---|
ArtifactId | ArtifactIdhelloworld |
Version | Version0.2-incubating |
Type | Typepom |
Filename | Size |
---|---|
helloworld-0.2-incubating.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.aries.samples.blueprint.helloworld/helloworld/ -->
<dependency>
<groupId>org.apache.aries.samples.blueprint.helloworld</groupId>
<artifactId>helloworld</artifactId>
<version>0.2-incubating</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.aries.samples.blueprint.helloworld/helloworld/
implementation 'org.apache.aries.samples.blueprint.helloworld:helloworld:0.2-incubating'
// https://jarcasting.com/artifacts/org.apache.aries.samples.blueprint.helloworld/helloworld/
implementation ("org.apache.aries.samples.blueprint.helloworld:helloworld:0.2-incubating")
'org.apache.aries.samples.blueprint.helloworld:helloworld:pom:0.2-incubating'
<dependency org="org.apache.aries.samples.blueprint.helloworld" name="helloworld" rev="0.2-incubating">
<artifact name="helloworld" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.aries.samples.blueprint.helloworld', module='helloworld', version='0.2-incubating')
)
libraryDependencies += "org.apache.aries.samples.blueprint.helloworld" % "helloworld" % "0.2-incubating"
[org.apache.aries.samples.blueprint.helloworld/helloworld "0.2-incubating"]