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