GroupId | GroupIdcom.rbmhtechnology.vind |
---|---|
ArtifactId | ArtifactIdvind-testsuite |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
vind-testsuite-1.1.1.pom | |
vind-testsuite-1.1.1.jar | 3 KB |
vind-testsuite-1.1.1-sources.jar | 1 KB |
vind-testsuite-1.1.1-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>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.rbmhtechnology.vind/vind-testsuite/
implementation 'com.rbmhtechnology.vind:vind-testsuite:1.1.1'
// https://jarcasting.com/artifacts/com.rbmhtechnology.vind/vind-testsuite/
implementation ("com.rbmhtechnology.vind:vind-testsuite:1.1.1")
'com.rbmhtechnology.vind:vind-testsuite:jar:1.1.1'
<dependency org="com.rbmhtechnology.vind" name="vind-testsuite" rev="1.1.1">
<artifact name="vind-testsuite" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rbmhtechnology.vind', module='vind-testsuite', version='1.1.1')
)
libraryDependencies += "com.rbmhtechnology.vind" % "vind-testsuite" % "1.1.1"
[com.rbmhtechnology.vind/vind-testsuite "1.1.1"]