GroupId | GroupIdcom.rbmhtechnology.vind |
---|---|
ArtifactId | ArtifactIdvind-annotations |
Version | Version3.0.0a-RC3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.rbmhtechnology.vind/vind-annotations/ -->
<dependency>
<groupId>com.rbmhtechnology.vind</groupId>
<artifactId>vind-annotations</artifactId>
<version>3.0.0a-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/com.rbmhtechnology.vind/vind-annotations/
implementation 'com.rbmhtechnology.vind:vind-annotations:3.0.0a-RC3'
// https://jarcasting.com/artifacts/com.rbmhtechnology.vind/vind-annotations/
implementation ("com.rbmhtechnology.vind:vind-annotations:3.0.0a-RC3")
'com.rbmhtechnology.vind:vind-annotations:jar:3.0.0a-RC3'
<dependency org="com.rbmhtechnology.vind" name="vind-annotations" rev="3.0.0a-RC3">
<artifact name="vind-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rbmhtechnology.vind', module='vind-annotations', version='3.0.0a-RC3')
)
libraryDependencies += "com.rbmhtechnology.vind" % "vind-annotations" % "3.0.0a-RC3"
[com.rbmhtechnology.vind/vind-annotations "3.0.0a-RC3"]