GroupId | GroupIdio.tesler |
---|---|
ArtifactId | ArtifactIdtesler-testing |
Version | Version2.3.0.RC2 |
Type | Typejar |
Filename | Size |
---|---|
tesler-testing-2.3.0.RC2.pom | |
tesler-testing-2.3.0.RC2.jar | 6 KB |
tesler-testing-2.3.0.RC2-tests.jar | 13 KB |
tesler-testing-2.3.0.RC2-sources.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.tesler/tesler-testing/ -->
<dependency>
<groupId>io.tesler</groupId>
<artifactId>tesler-testing</artifactId>
<version>2.3.0.RC2</version>
</dependency>
// https://jarcasting.com/artifacts/io.tesler/tesler-testing/
implementation 'io.tesler:tesler-testing:2.3.0.RC2'
// https://jarcasting.com/artifacts/io.tesler/tesler-testing/
implementation ("io.tesler:tesler-testing:2.3.0.RC2")
'io.tesler:tesler-testing:jar:2.3.0.RC2'
<dependency org="io.tesler" name="tesler-testing" rev="2.3.0.RC2">
<artifact name="tesler-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.tesler', module='tesler-testing', version='2.3.0.RC2')
)
libraryDependencies += "io.tesler" % "tesler-testing" % "2.3.0.RC2"
[io.tesler/tesler-testing "2.3.0.RC2"]