License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.steinf |
ArtifactId | ArtifactIdpaf-address-format |
Version | Version0.0.2 |
Type | Typejar |
Description |
Descriptioncom.steinf:paf-address-format
A library to format a UK postal address (PAF) for printing
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
paf-address-format-0.0.2.pom | |
paf-address-format-0.0.2.jar | 19 KB |
paf-address-format-0.0.2-sources.jar | 11 KB |
paf-address-format-0.0.2-javadoc.jar | 65 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.steinf/paf-address-format/ -->
<dependency>
<groupId>com.steinf</groupId>
<artifactId>paf-address-format</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.steinf/paf-address-format/
implementation 'com.steinf:paf-address-format:0.0.2'
// https://jarcasting.com/artifacts/com.steinf/paf-address-format/
implementation ("com.steinf:paf-address-format:0.0.2")
'com.steinf:paf-address-format:jar:0.0.2'
<dependency org="com.steinf" name="paf-address-format" rev="0.0.2">
<artifact name="paf-address-format" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.steinf', module='paf-address-format', version='0.0.2')
)
libraryDependencies += "com.steinf" % "paf-address-format" % "0.0.2"
[com.steinf/paf-address-format "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.assertj : assertj-core | jar | 3.4.1 |