b

boxes

Add object oriented power to fields, letting you do better than traditional getters and setters.
https://github.com/alexmojaki/boxes
MIT License
Alex Hall
Files download
File Operation
boxes-0.1.jar download
boxes-0.1.pom download
boxes-0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.alexmojaki</groupId>
  <artifactId>boxes</artifactId>
  <version>0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.alexmojaki:boxes:0.1'
Gradle Kotlin
implementation("com.github.alexmojaki:boxes:0.1")
Scala SBT
libraryDependencies += "com.github.alexmojaki" % "boxes" % "0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.alexmojaki', module='boxes', version='0.1')
)
Apache Ivy
<dependency org="com.github.alexmojaki" name="boxes" rev="0.1" />
Leiningen
[com.github.alexmojaki/boxes "0.1"]
Apache Buildr
'com.github.alexmojaki:boxes:jar:0.1'