| License |
License |
|---|---|
| GroupId | GroupIdio.boneidle |
| ArtifactId | ArtifactIdboneidle-core |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionboneidle core
The core boneidle library, for creating annotation-driven lazy-loading proxies of objects.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| boneidle-core-1.0.0.pom | |
| boneidle-core-1.0.0.jar | 8 KB |
| boneidle-core-1.0.0-sources.jar | 4 KB |
| boneidle-core-1.0.0-javadoc.jar | 50 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.boneidle/boneidle-core/ -->
<dependency>
<groupId>io.boneidle</groupId>
<artifactId>boneidle-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.boneidle/boneidle-core/
implementation 'io.boneidle:boneidle-core:1.0.0'
// https://jarcasting.com/artifacts/io.boneidle/boneidle-core/
implementation ("io.boneidle:boneidle-core:1.0.0")
'io.boneidle:boneidle-core:jar:1.0.0'
<dependency org="io.boneidle" name="boneidle-core" rev="1.0.0">
<artifact name="boneidle-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.boneidle', module='boneidle-core', version='1.0.0')
)
libraryDependencies += "io.boneidle" % "boneidle-core" % "1.0.0"
[io.boneidle/boneidle-core "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.boneidle : boneidle-annotations | jar | 1.0.0 |
| cglib : cglib-nodep | jar | 2.1_3 |
| org.objenesis : objenesis | jar | 2.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.assertj : assertj-core | jar | 1.7.0 |
| pl.wkr : fluent-exception-rule | jar | 1.0.1 |