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