| GroupId | GroupIdio.github.hele-jeremy |
|---|---|
| ArtifactId | ArtifactIdappdelegate-annotation |
| Version | Version1.0.0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.hele-jeremy/appdelegate-annotation/ -->
<dependency>
<groupId>io.github.hele-jeremy</groupId>
<artifactId>appdelegate-annotation</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.hele-jeremy/appdelegate-annotation/
implementation 'io.github.hele-jeremy:appdelegate-annotation:1.0.0'
// https://jarcasting.com/artifacts/io.github.hele-jeremy/appdelegate-annotation/
implementation ("io.github.hele-jeremy:appdelegate-annotation:1.0.0")
'io.github.hele-jeremy:appdelegate-annotation:jar:1.0.0'
<dependency org="io.github.hele-jeremy" name="appdelegate-annotation" rev="1.0.0">
<artifact name="appdelegate-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.hele-jeremy', module='appdelegate-annotation', version='1.0.0')
)
libraryDependencies += "io.github.hele-jeremy" % "appdelegate-annotation" % "1.0.0"
[io.github.hele-jeremy/appdelegate-annotation "1.0.0"]