is not current version
Last Version 3.0.0-M2

io.helidon:helidon-project 2.0.0-M3

Java libraries for writing microservices

Categories

Categories

Helidon Container Microservices
GroupId

GroupId

io.helidon
ArtifactId

ArtifactId

helidon-project
Version

Version

2.0.0-M3
Type

Type

jar

Download helidon-project 2.0.0-M3


<!-- https://jarcasting.com/artifacts/io.helidon/helidon-project/ -->
<dependency>
    <groupId>io.helidon</groupId>
    <artifactId>helidon-project</artifactId>
    <version>2.0.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon/helidon-project/
implementation 'io.helidon:helidon-project:2.0.0-M3'
// https://jarcasting.com/artifacts/io.helidon/helidon-project/
implementation ("io.helidon:helidon-project:2.0.0-M3")
'io.helidon:helidon-project:jar:2.0.0-M3'
<dependency org="io.helidon" name="helidon-project" rev="2.0.0-M3">
  <artifact name="helidon-project" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon', module='helidon-project', version='2.0.0-M3')
)
libraryDependencies += "io.helidon" % "helidon-project" % "2.0.0-M3"
[io.helidon/helidon-project "2.0.0-M3"]