a

address-common

An collection of POJOs dealing with Addresses used throughout real-comp projects.
https://github.com/real-comp/address-common
Apache License, Version 2.0
Real-Comp
Kyle Renfro
Files download
File Operation
address-common-0.2.0.jar download
address-common-0.2.0.pom download
address-common-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.real-comp</groupId>
  <artifactId>address-common</artifactId>
  <version>0.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.real-comp:address-common:0.2.0'
Gradle Kotlin
implementation("com.real-comp:address-common:0.2.0")
Scala SBT
libraryDependencies += "com.real-comp" % "address-common" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.real-comp', module='address-common', version='0.2.0')
)
Apache Ivy
<dependency org="com.real-comp" name="address-common" rev="0.2.0" />
Leiningen
[com.real-comp/address-common "0.2.0"]
Apache Buildr
'com.real-comp:address-common:jar:0.2.0'