GroupId | GroupIdio.github.harishb2k.easy |
---|---|
ArtifactId | ArtifactIdtesting |
Version | Version0.0.44 |
Type | Typejar |
Filename | Size |
---|---|
testing-0.0.44.pom | |
testing-0.0.44.jar | 22 KB |
testing-0.0.44-sources.jar | 7 KB |
testing-0.0.44-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.harishb2k.easy/testing/ -->
<dependency>
<groupId>io.github.harishb2k.easy</groupId>
<artifactId>testing</artifactId>
<version>0.0.44</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.harishb2k.easy/testing/
implementation 'io.github.harishb2k.easy:testing:0.0.44'
// https://jarcasting.com/artifacts/io.github.harishb2k.easy/testing/
implementation ("io.github.harishb2k.easy:testing:0.0.44")
'io.github.harishb2k.easy:testing:jar:0.0.44'
<dependency org="io.github.harishb2k.easy" name="testing" rev="0.0.44">
<artifact name="testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.harishb2k.easy', module='testing', version='0.0.44')
)
libraryDependencies += "io.github.harishb2k.easy" % "testing" % "0.0.44"
[io.github.harishb2k.easy/testing "0.0.44"]