GroupId | GroupIdorg.jsslutils |
---|---|
ArtifactId | ArtifactIdjsslutils-test-helpers |
Version | Version0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.jsslutils/jsslutils-test-helpers/ -->
<dependency>
<groupId>org.jsslutils</groupId>
<artifactId>jsslutils-test-helpers</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsslutils/jsslutils-test-helpers/
implementation 'org.jsslutils:jsslutils-test-helpers:0.5'
// https://jarcasting.com/artifacts/org.jsslutils/jsslutils-test-helpers/
implementation ("org.jsslutils:jsslutils-test-helpers:0.5")
'org.jsslutils:jsslutils-test-helpers:jar:0.5'
<dependency org="org.jsslutils" name="jsslutils-test-helpers" rev="0.5">
<artifact name="jsslutils-test-helpers" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsslutils', module='jsslutils-test-helpers', version='0.5')
)
libraryDependencies += "org.jsslutils" % "jsslutils-test-helpers" % "0.5"
[org.jsslutils/jsslutils-test-helpers "0.5"]