Categories |
CategoriesHelidon Container Microservices |
---|---|
GroupId | GroupIdio.helidon.microprofile.bundles |
ArtifactId | ArtifactIdbundles-project |
Version | Version2.5.0 |
Type | Typejar |
Filename | Size |
---|---|
bundles-project-2.5.0.pom | 3 KB |
bundles-project-2.5.0-sources.jar | 2 KB |
bundles-project-2.5.0-javadoc.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.helidon.microprofile.bundles/bundles-project/ -->
<dependency>
<groupId>io.helidon.microprofile.bundles</groupId>
<artifactId>bundles-project</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.microprofile.bundles/bundles-project/
implementation 'io.helidon.microprofile.bundles:bundles-project:2.5.0'
// https://jarcasting.com/artifacts/io.helidon.microprofile.bundles/bundles-project/
implementation ("io.helidon.microprofile.bundles:bundles-project:2.5.0")
'io.helidon.microprofile.bundles:bundles-project:jar:2.5.0'
<dependency org="io.helidon.microprofile.bundles" name="bundles-project" rev="2.5.0">
<artifact name="bundles-project" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.microprofile.bundles', module='bundles-project', version='2.5.0')
)
libraryDependencies += "io.helidon.microprofile.bundles" % "bundles-project" % "2.5.0"
[io.helidon.microprofile.bundles/bundles-project "2.5.0"]