is not current version
Last Version 1.0.3

com.dnastack:actuator-e2e-test 1.0.0

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.0
Type

Type

jar

Download actuator-e2e-test 1.0.0


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