GroupId | GroupIdcom.michaelhradek |
---|---|
ArtifactId | ArtifactIdaurkitu-annotations |
Version | Version0.0.7.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.michaelhradek/aurkitu-annotations/ -->
<dependency>
<groupId>com.michaelhradek</groupId>
<artifactId>aurkitu-annotations</artifactId>
<version>0.0.7.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.michaelhradek/aurkitu-annotations/
implementation 'com.michaelhradek:aurkitu-annotations:0.0.7.5'
// https://jarcasting.com/artifacts/com.michaelhradek/aurkitu-annotations/
implementation ("com.michaelhradek:aurkitu-annotations:0.0.7.5")
'com.michaelhradek:aurkitu-annotations:jar:0.0.7.5'
<dependency org="com.michaelhradek" name="aurkitu-annotations" rev="0.0.7.5">
<artifact name="aurkitu-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.michaelhradek', module='aurkitu-annotations', version='0.0.7.5')
)
libraryDependencies += "com.michaelhradek" % "aurkitu-annotations" % "0.0.7.5"
[com.michaelhradek/aurkitu-annotations "0.0.7.5"]