GroupId | GroupIdorg.helenus |
---|---|
ArtifactId | ArtifactIdhelenus-commons-test |
Version | Version1.0.12 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.helenus/helenus-commons-test/ -->
<dependency>
<groupId>org.helenus</groupId>
<artifactId>helenus-commons-test</artifactId>
<version>1.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/org.helenus/helenus-commons-test/
implementation 'org.helenus:helenus-commons-test:1.0.12'
// https://jarcasting.com/artifacts/org.helenus/helenus-commons-test/
implementation ("org.helenus:helenus-commons-test:1.0.12")
'org.helenus:helenus-commons-test:jar:1.0.12'
<dependency org="org.helenus" name="helenus-commons-test" rev="1.0.12">
<artifact name="helenus-commons-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.helenus', module='helenus-commons-test', version='1.0.12')
)
libraryDependencies += "org.helenus" % "helenus-commons-test" % "1.0.12"
[org.helenus/helenus-commons-test "1.0.12"]