Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.github.danielflower.mavenplugins |
ArtifactId | ArtifactIde2e-tests |
Version | Version0.1.8 |
Type | Typejar |
Filename | Size |
---|---|
e2e-tests-0.1.8.pom | |
e2e-tests-0.1.8.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.danielflower.mavenplugins/e2e-tests/ -->
<dependency>
<groupId>com.github.danielflower.mavenplugins</groupId>
<artifactId>e2e-tests</artifactId>
<version>0.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.danielflower.mavenplugins/e2e-tests/
implementation 'com.github.danielflower.mavenplugins:e2e-tests:0.1.8'
// https://jarcasting.com/artifacts/com.github.danielflower.mavenplugins/e2e-tests/
implementation ("com.github.danielflower.mavenplugins:e2e-tests:0.1.8")
'com.github.danielflower.mavenplugins:e2e-tests:jar:0.1.8'
<dependency org="com.github.danielflower.mavenplugins" name="e2e-tests" rev="0.1.8">
<artifact name="e2e-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.danielflower.mavenplugins', module='e2e-tests', version='0.1.8')
)
libraryDependencies += "com.github.danielflower.mavenplugins" % "e2e-tests" % "0.1.8"
[com.github.danielflower.mavenplugins/e2e-tests "0.1.8"]