GroupId | GroupIdcom.rbmhtechnology.vind |
---|---|
ArtifactId | ArtifactIdvind-testsuite |
Version | Version2.3.0 |
Type | Typejar |
Filename | Size |
---|---|
vind-testsuite-2.3.0.pom | |
vind-testsuite-2.3.0.jar | 5 KB |
vind-testsuite-2.3.0-sources.jar | 2 KB |
vind-testsuite-2.3.0-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rbmhtechnology.vind/vind-testsuite/ -->
<dependency>
<groupId>com.rbmhtechnology.vind</groupId>
<artifactId>vind-testsuite</artifactId>
<version>2.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rbmhtechnology.vind/vind-testsuite/
implementation 'com.rbmhtechnology.vind:vind-testsuite:2.3.0'
// https://jarcasting.com/artifacts/com.rbmhtechnology.vind/vind-testsuite/
implementation ("com.rbmhtechnology.vind:vind-testsuite:2.3.0")
'com.rbmhtechnology.vind:vind-testsuite:jar:2.3.0'
<dependency org="com.rbmhtechnology.vind" name="vind-testsuite" rev="2.3.0">
<artifact name="vind-testsuite" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rbmhtechnology.vind', module='vind-testsuite', version='2.3.0')
)
libraryDependencies += "com.rbmhtechnology.vind" % "vind-testsuite" % "2.3.0"
[com.rbmhtechnology.vind/vind-testsuite "2.3.0"]