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