| License |
License |
|---|---|
| GroupId | GroupIdio.boneidle |
| ArtifactId | ArtifactIdboneidle-annotations |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionboneidle annotations
The boneidle annotations, for defining lazy-loading on proxies, without including the heavier-weight core
library.
|
| Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/io.boneidle/boneidle-annotations/ -->
<dependency>
<groupId>io.boneidle</groupId>
<artifactId>boneidle-annotations</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.boneidle/boneidle-annotations/
implementation 'io.boneidle:boneidle-annotations:1.0.0'
// https://jarcasting.com/artifacts/io.boneidle/boneidle-annotations/
implementation ("io.boneidle:boneidle-annotations:1.0.0")
'io.boneidle:boneidle-annotations:jar:1.0.0'
<dependency org="io.boneidle" name="boneidle-annotations" rev="1.0.0">
<artifact name="boneidle-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.boneidle', module='boneidle-annotations', version='1.0.0')
)
libraryDependencies += "io.boneidle" % "boneidle-annotations" % "1.0.0"
[io.boneidle/boneidle-annotations "1.0.0"]