is not current version
Last Version 0.8.1

org.polyforms:polyforms 0.5

A framework focusing on simplifying the business layer development base on <a href="http://domaindrivendesign.org/">Domain Driven Design</a> methodology.

Categories

Categories

ORM Data
GroupId

GroupId

org.polyforms
ArtifactId

ArtifactId

polyforms
Version

Version

0.5
Type

Type

pom

Download polyforms 0.5

Filename Size
polyforms-0.5.pom 9 KB
Browse

<!-- https://jarcasting.com/artifacts/org.polyforms/polyforms/ -->
<dependency>
    <groupId>org.polyforms</groupId>
    <artifactId>polyforms</artifactId>
    <version>0.5</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.polyforms/polyforms/
implementation 'org.polyforms:polyforms:0.5'
// https://jarcasting.com/artifacts/org.polyforms/polyforms/
implementation ("org.polyforms:polyforms:0.5")
'org.polyforms:polyforms:pom:0.5'
<dependency org="org.polyforms" name="polyforms" rev="0.5">
  <artifact name="polyforms" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.polyforms', module='polyforms', version='0.5')
)
libraryDependencies += "org.polyforms" % "polyforms" % "0.5"
[org.polyforms/polyforms "0.5"]