Categories |
CategoriesHelidon Container Microservices |
---|---|
GroupId | GroupIdio.helidon.microprofile.bundles |
ArtifactId | ArtifactIdbundles-project |
Version | Version1.1.2 |
Type | Typejar |
Filename | Size |
---|---|
bundles-project-1.1.2.pom | 3 KB |
bundles-project-1.1.2-sources.jar | 2 KB |
bundles-project-1.1.2-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>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.microprofile.bundles/bundles-project/
implementation 'io.helidon.microprofile.bundles:bundles-project:1.1.2'
// https://jarcasting.com/artifacts/io.helidon.microprofile.bundles/bundles-project/
implementation ("io.helidon.microprofile.bundles:bundles-project:1.1.2")
'io.helidon.microprofile.bundles:bundles-project:jar:1.1.2'
<dependency org="io.helidon.microprofile.bundles" name="bundles-project" rev="1.1.2">
<artifact name="bundles-project" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.microprofile.bundles', module='bundles-project', version='1.1.2')
)
libraryDependencies += "io.helidon.microprofile.bundles" % "bundles-project" % "1.1.2"
[io.helidon.microprofile.bundles/bundles-project "1.1.2"]