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