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