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