com.dnastack:actuator-e2e-test

A library to customizably test the security and response configurations of a Spring Boot application's /actuator endpoints.

License

License

GroupId

GroupId

com.dnastack
ArtifactId

ArtifactId

actuator-e2e-test
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

com.dnastack:actuator-e2e-test
A library to customizably test the security and response configurations of a Spring Boot application's /actuator endpoints.
Project URL

Project URL

https://www.github.com/DNAstack/actuator-e2e-test
Source Code Management

Source Code Management

https://github.com/DNAstack/actuator-e2e-test/tree/main

Download actuator-e2e-test

How to add to project

<!-- https://jarcasting.com/artifacts/com.dnastack/actuator-e2e-test/ -->
<dependency>
    <groupId>com.dnastack</groupId>
    <artifactId>actuator-e2e-test</artifactId>
    <version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.dnastack/actuator-e2e-test/
implementation 'com.dnastack:actuator-e2e-test:1.0.3'
// https://jarcasting.com/artifacts/com.dnastack/actuator-e2e-test/
implementation ("com.dnastack:actuator-e2e-test:1.0.3")
'com.dnastack:actuator-e2e-test:jar:1.0.3'
<dependency org="com.dnastack" name="actuator-e2e-test" rev="1.0.3">
  <artifact name="actuator-e2e-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dnastack', module='actuator-e2e-test', version='1.0.3')
)
libraryDependencies += "com.dnastack" % "actuator-e2e-test" % "1.0.3"
[com.dnastack/actuator-e2e-test "1.0.3"]

Dependencies

compile (5)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.20
org.slf4j : slf4j-simple jar 1.7.30
org.slf4j : jcl-over-slf4j jar 1.7.30
io.rest-assured : rest-assured jar 4.4.0
org.junit.jupiter : junit-jupiter-api jar

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.3
1.0.2
1.0.0