is not current version
Last Version 0.8.1

org.polyforms:polyforms 0.8

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.8
Type

Type

pom

Download polyforms 0.8

Filename Size
polyforms-0.8.pom 10 KB
Browse

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