| License |
License |
|---|---|
| GroupId | GroupIdcom.github.throwable.beanref |
| ArtifactId | ArtifactIdbeanref |
| Version | Version0.2 |
| Type | Typejar |
| Description |
Descriptionbeanref
A simple library that allows to access your POJOs' properties statically
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| beanref-0.2.pom | |
| beanref-0.2.jar | 26 KB |
| beanref-0.2-sources.jar | 13 KB |
| beanref-0.2-javadoc.jar | 70 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.throwable.beanref/beanref/ -->
<dependency>
<groupId>com.github.throwable.beanref</groupId>
<artifactId>beanref</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.throwable.beanref/beanref/
implementation 'com.github.throwable.beanref:beanref:0.2'
// https://jarcasting.com/artifacts/com.github.throwable.beanref/beanref/
implementation ("com.github.throwable.beanref:beanref:0.2")
'com.github.throwable.beanref:beanref:jar:0.2'
<dependency org="com.github.throwable.beanref" name="beanref" rev="0.2">
<artifact name="beanref" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.throwable.beanref', module='beanref', version='0.2')
)
libraryDependencies += "com.github.throwable.beanref" % "beanref" % "0.2"
[com.github.throwable.beanref/beanref "0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.2 |