GroupId | GroupIdorg.realityforge.router.fu |
---|---|
ArtifactId | ArtifactIdrouter-fu-annotations |
Version | Version0.08 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.realityforge.router.fu/router-fu-annotations/ -->
<dependency>
<groupId>org.realityforge.router.fu</groupId>
<artifactId>router-fu-annotations</artifactId>
<version>0.08</version>
</dependency>
// https://jarcasting.com/artifacts/org.realityforge.router.fu/router-fu-annotations/
implementation 'org.realityforge.router.fu:router-fu-annotations:0.08'
// https://jarcasting.com/artifacts/org.realityforge.router.fu/router-fu-annotations/
implementation ("org.realityforge.router.fu:router-fu-annotations:0.08")
'org.realityforge.router.fu:router-fu-annotations:jar:0.08'
<dependency org="org.realityforge.router.fu" name="router-fu-annotations" rev="0.08">
<artifact name="router-fu-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.realityforge.router.fu', module='router-fu-annotations', version='0.08')
)
libraryDependencies += "org.realityforge.router.fu" % "router-fu-annotations" % "0.08"
[org.realityforge.router.fu/router-fu-annotations "0.08"]