is not current version
Last Version 1.0.3

com.dnastack:actuator-e2e-test 1.0.2

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

GroupId

GroupId

com.dnastack
ArtifactId

ArtifactId

actuator-e2e-test
Version

Version

1.0.2
Type

Type

jar

Download actuator-e2e-test 1.0.2


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