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