| License |
License |
|---|---|
| Categories |
CategoriesHelidon Container Microservices |
| GroupId | GroupIdio.helidon.webserver |
| ArtifactId | ArtifactIdhelidon-webserver-access-log |
| Last Version | Last Version3.0.0-M2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHelidon WebServer Access Logs
Access log support for Helidon WebServer
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/io.helidon.webserver/helidon-webserver-access-log/ -->
<dependency>
<groupId>io.helidon.webserver</groupId>
<artifactId>helidon-webserver-access-log</artifactId>
<version>3.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/io.helidon.webserver/helidon-webserver-access-log/
implementation 'io.helidon.webserver:helidon-webserver-access-log:3.0.0-M2'
// https://jarcasting.com/artifacts/io.helidon.webserver/helidon-webserver-access-log/
implementation ("io.helidon.webserver:helidon-webserver-access-log:3.0.0-M2")
'io.helidon.webserver:helidon-webserver-access-log:jar:3.0.0-M2'
<dependency org="io.helidon.webserver" name="helidon-webserver-access-log" rev="3.0.0-M2">
<artifact name="helidon-webserver-access-log" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.helidon.webserver', module='helidon-webserver-access-log', version='3.0.0-M2')
)
libraryDependencies += "io.helidon.webserver" % "helidon-webserver-access-log" % "3.0.0-M2"
[io.helidon.webserver/helidon-webserver-access-log "3.0.0-M2"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.helidon.webserver : helidon-webserver | jar | 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 |
| org.mockito : mockito-core | jar | 2.23.4 |