GroupId | GroupIdcom.rbmhtechnology.vind |
---|---|
ArtifactId | ArtifactIdvind-api |
Version | Version3.0.18 |
Type | Typejar |
Filename | Size |
---|---|
vind-api-3.0.18.pom | |
vind-api-3.0.18.jar | 326 KB |
vind-api-3.0.18-sources.jar | 153 KB |
vind-api-3.0.18-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rbmhtechnology.vind/vind-api/ -->
<dependency>
<groupId>com.rbmhtechnology.vind</groupId>
<artifactId>vind-api</artifactId>
<version>3.0.18</version>
</dependency>
// https://jarcasting.com/artifacts/com.rbmhtechnology.vind/vind-api/
implementation 'com.rbmhtechnology.vind:vind-api:3.0.18'
// https://jarcasting.com/artifacts/com.rbmhtechnology.vind/vind-api/
implementation ("com.rbmhtechnology.vind:vind-api:3.0.18")
'com.rbmhtechnology.vind:vind-api:jar:3.0.18'
<dependency org="com.rbmhtechnology.vind" name="vind-api" rev="3.0.18">
<artifact name="vind-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rbmhtechnology.vind', module='vind-api', version='3.0.18')
)
libraryDependencies += "com.rbmhtechnology.vind" % "vind-api" % "3.0.18"
[com.rbmhtechnology.vind/vind-api "3.0.18"]