License |
License |
---|---|
Categories |
CategoriesHelidon Container Microservices |
GroupId | GroupIdio.helidon.microprofile |
ArtifactId | ArtifactIdhelidon-microprofile-project |
Last Version | Last Version3.0.0-M2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionHelidon Microprofile
Java libraries for writing microservices
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
helidon-microprofile-project-3.0.0-M2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.helidon.microprofile/helidon-microprofile-project/ -->
<dependency>
<groupId>io.helidon.microprofile</groupId>
<artifactId>helidon-microprofile-project</artifactId>
<version>3.0.0-M2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.microprofile/helidon-microprofile-project/
implementation 'io.helidon.microprofile:helidon-microprofile-project:3.0.0-M2'
// https://jarcasting.com/artifacts/io.helidon.microprofile/helidon-microprofile-project/
implementation ("io.helidon.microprofile:helidon-microprofile-project:3.0.0-M2")
'io.helidon.microprofile:helidon-microprofile-project:pom:3.0.0-M2'
<dependency org="io.helidon.microprofile" name="helidon-microprofile-project" rev="3.0.0-M2">
<artifact name="helidon-microprofile-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.helidon.microprofile', module='helidon-microprofile-project', version='3.0.0-M2')
)
libraryDependencies += "io.helidon.microprofile" % "helidon-microprofile-project" % "3.0.0-M2"
[io.helidon.microprofile/helidon-microprofile-project "3.0.0-M2"]