| License | License | 
|---|---|
| GroupId | GroupIdcom.github.alexmojaki | 
| ArtifactId | ArtifactIdboxes | 
| Last Version | Last Version0.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionBoxes Add object oriented power to fields, letting you do better than traditional getters and setters. | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| boxes-0.1.pom | |
| boxes-0.1.jar | 60 KB | 
| boxes-0.1-sources.jar | 37 KB | 
| boxes-0.1-javadoc.jar | 301 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.alexmojaki/boxes/ -->
<dependency>
    <groupId>com.github.alexmojaki</groupId>
    <artifactId>boxes</artifactId>
    <version>0.1</version>
</dependency>// https://jarcasting.com/artifacts/com.github.alexmojaki/boxes/
implementation 'com.github.alexmojaki:boxes:0.1'// https://jarcasting.com/artifacts/com.github.alexmojaki/boxes/
implementation ("com.github.alexmojaki:boxes:0.1")'com.github.alexmojaki:boxes:jar:0.1'<dependency org="com.github.alexmojaki" name="boxes" rev="0.1">
  <artifact name="boxes" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.alexmojaki', module='boxes', version='0.1')
)libraryDependencies += "com.github.alexmojaki" % "boxes" % "0.1"[com.github.alexmojaki/boxes "0.1"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.google.guava : guava | jar | 18.0 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| com.google.guava : guava-testlib | jar | 18.0 |