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