Categories |
CategoriesHelidon Container Microservices |
---|---|
GroupId | GroupIdio.helidon.webserver |
ArtifactId | ArtifactIdhelidon-webserver-project |
Version | Version0.10.2 |
Type | Typepom |
Filename | Size |
---|---|
helidon-webserver-project-0.10.2.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.helidon.webserver/helidon-webserver-project/ -->
<dependency>
<groupId>io.helidon.webserver</groupId>
<artifactId>helidon-webserver-project</artifactId>
<version>0.10.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.webserver/helidon-webserver-project/
implementation 'io.helidon.webserver:helidon-webserver-project:0.10.2'
// https://jarcasting.com/artifacts/io.helidon.webserver/helidon-webserver-project/
implementation ("io.helidon.webserver:helidon-webserver-project:0.10.2")
'io.helidon.webserver:helidon-webserver-project:pom:0.10.2'
<dependency org="io.helidon.webserver" name="helidon-webserver-project" rev="0.10.2">
<artifact name="helidon-webserver-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.helidon.webserver', module='helidon-webserver-project', version='0.10.2')
)
libraryDependencies += "io.helidon.webserver" % "helidon-webserver-project" % "0.10.2"
[io.helidon.webserver/helidon-webserver-project "0.10.2"]