License |
License |
---|---|
GroupId | GroupIdcom.dnastack |
ArtifactId | ArtifactIdactuator-e2e-test |
Last Version | Last Version1.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
actuator-e2e-test-1.0.3.pom | |
actuator-e2e-test-1.0.3.jar | 9 KB |
actuator-e2e-test-1.0.3-sources.jar | 5 KB |
actuator-e2e-test-1.0.3-javadoc.jar | 393 KB |
Browse |
<!-- 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"]
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 |