GroupId | GroupIdcom.dnastack |
---|---|
ArtifactId | ArtifactIdactuator-e2e-test |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
actuator-e2e-test-1.0.2.pom | |
actuator-e2e-test-1.0.2.jar | 9 KB |
actuator-e2e-test-1.0.2-sources.jar | 5 KB |
actuator-e2e-test-1.0.2-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.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"]