License |
License |
---|---|
Categories |
CategoriesHelidon Container Microservices |
GroupId | GroupIdio.helidon.common |
ArtifactId | ArtifactIdhelidon-common |
Last Version | Last Version3.0.0-M2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHelidon Common
Java libraries for writing microservices
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
helidon-common-3.0.0-M2.pom | |
helidon-common-3.0.0-M2.jar | 49 KB |
helidon-common-3.0.0-M2-sources.jar | 33 KB |
helidon-common-3.0.0-M2-javadoc.jar | 492 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.helidon.common/helidon-common/ -->
<dependency>
<groupId>io.helidon.common</groupId>
<artifactId>helidon-common</artifactId>
<version>3.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.common/helidon-common/
implementation 'io.helidon.common:helidon-common:3.0.0-M2'
// https://jarcasting.com/artifacts/io.helidon.common/helidon-common/
implementation ("io.helidon.common:helidon-common:3.0.0-M2")
'io.helidon.common:helidon-common:jar:3.0.0-M2'
<dependency org="io.helidon.common" name="helidon-common" rev="3.0.0-M2">
<artifact name="helidon-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.common', module='helidon-common', version='3.0.0-M2')
)
libraryDependencies += "io.helidon.common" % "helidon-common" % "3.0.0-M2"
[io.helidon.common/helidon-common "3.0.0-M2"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.7.0 |
org.hamcrest : hamcrest-all | jar | 1.3 |