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