GroupId | GroupIdorg.realityforge.router.fu |
---|---|
ArtifactId | ArtifactIdrouter-fu-annotations |
Version | Version0.13 |
Type | Typejar |
Description |
DescriptionAnnotations for defining a router
Annotations for defining a router
|
<!-- 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.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.realityforge.router.fu/router-fu-annotations/
implementation 'org.realityforge.router.fu:router-fu-annotations:0.13'
// https://jarcasting.com/artifacts/org.realityforge.router.fu/router-fu-annotations/
implementation ("org.realityforge.router.fu:router-fu-annotations:0.13")
'org.realityforge.router.fu:router-fu-annotations:jar:0.13'
<dependency org="org.realityforge.router.fu" name="router-fu-annotations" rev="0.13">
<artifact name="router-fu-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.realityforge.router.fu', module='router-fu-annotations', version='0.13')
)
libraryDependencies += "org.realityforge.router.fu" % "router-fu-annotations" % "0.13"
[org.realityforge.router.fu/router-fu-annotations "0.13"]