| GroupId | GroupIdorg.finos-test |
|---|---|
| ArtifactId | ArtifactIdendtoend |
| Version | Version0.5.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| endtoend-0.5.0.pom | |
| endtoend-0.5.0.jar | 18 MB |
| endtoend-0.5.0-sources.jar | 1 KB |
| endtoend-0.5.0-javadoc.jar | 389 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.finos-test/endtoend/ -->
<dependency>
<groupId>org.finos-test</groupId>
<artifactId>endtoend</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.finos-test/endtoend/
implementation 'org.finos-test:endtoend:0.5.0'
// https://jarcasting.com/artifacts/org.finos-test/endtoend/
implementation ("org.finos-test:endtoend:0.5.0")
'org.finos-test:endtoend:jar:0.5.0'
<dependency org="org.finos-test" name="endtoend" rev="0.5.0">
<artifact name="endtoend" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.finos-test', module='endtoend', version='0.5.0')
)
libraryDependencies += "org.finos-test" % "endtoend" % "0.5.0"
[org.finos-test/endtoend "0.5.0"]