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