GroupId | GroupIdorg.flowstep |
---|---|
ArtifactId | ArtifactIdtests |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
tests-1.0.2.pom | |
tests-1.0.2.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.flowstep/tests/ -->
<dependency>
<groupId>org.flowstep</groupId>
<artifactId>tests</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.flowstep/tests/
implementation 'org.flowstep:tests:1.0.2'
// https://jarcasting.com/artifacts/org.flowstep/tests/
implementation ("org.flowstep:tests:1.0.2")
'org.flowstep:tests:jar:1.0.2'
<dependency org="org.flowstep" name="tests" rev="1.0.2">
<artifact name="tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.flowstep', module='tests', version='1.0.2')
)
libraryDependencies += "org.flowstep" % "tests" % "1.0.2"
[org.flowstep/tests "1.0.2"]