License |
License |
---|---|
Categories |
CategoriesHelidon Container Microservices |
GroupId | GroupIdio.helidon.microprofile.bundles |
ArtifactId | ArtifactIdbundles-project |
Last Version | Last Version3.0.0-M2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHelidon Microprofile Bundles
Java libraries for writing microservices
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
bundles-project-3.0.0-M2.pom | 3 KB |
bundles-project-3.0.0-M2-sources.jar | 2 KB |
bundles-project-3.0.0-M2-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>3.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.microprofile.bundles/bundles-project/
implementation 'io.helidon.microprofile.bundles:bundles-project:3.0.0-M2'
// https://jarcasting.com/artifacts/io.helidon.microprofile.bundles/bundles-project/
implementation ("io.helidon.microprofile.bundles:bundles-project:3.0.0-M2")
'io.helidon.microprofile.bundles:bundles-project:jar:3.0.0-M2'
<dependency org="io.helidon.microprofile.bundles" name="bundles-project" rev="3.0.0-M2">
<artifact name="bundles-project" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.microprofile.bundles', module='bundles-project', version='3.0.0-M2')
)
libraryDependencies += "io.helidon.microprofile.bundles" % "bundles-project" % "3.0.0-M2"
[io.helidon.microprofile.bundles/bundles-project "3.0.0-M2"]