License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdorg.polyforms |
ArtifactId | ArtifactIdpolyforms |
Last Version | Last Version0.8.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionPolyforms Framework
A framework focusing on simplifying the business layer development base on <a href="http://domaindrivendesign.org/">Domain Driven Design</a> methodology.
|
Project Organization |
Project OrganizationPolyforms Framework |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
polyforms-0.8.1.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.polyforms/polyforms/ -->
<dependency>
<groupId>org.polyforms</groupId>
<artifactId>polyforms</artifactId>
<version>0.8.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.polyforms/polyforms/
implementation 'org.polyforms:polyforms:0.8.1'
// https://jarcasting.com/artifacts/org.polyforms/polyforms/
implementation ("org.polyforms:polyforms:0.8.1")
'org.polyforms:polyforms:pom:0.8.1'
<dependency org="org.polyforms" name="polyforms" rev="0.8.1">
<artifact name="polyforms" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.polyforms', module='polyforms', version='0.8.1')
)
libraryDependencies += "org.polyforms" % "polyforms" % "0.8.1"
[org.polyforms/polyforms "0.8.1"]