License |
License |
---|---|
Categories |
CategoriesDoma Data ORM |
GroupId | GroupIdcom.parisesoftware |
ArtifactId | ArtifactIddomain-supertype |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionGroovy Domain Layer Supertype
Sample Domain Layer Supertype Implemented in Groovy
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
domain-supertype-1.0.1.pom | |
domain-supertype-1.0.1.jar | 14 KB |
domain-supertype-1.0.1-sources.jar | 9 KB |
domain-supertype-1.0.1-javadoc.jar | 37 KB |
domain-supertype-1.0.1-groovydoc.groovydoc | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.parisesoftware/domain-supertype/ -->
<dependency>
<groupId>com.parisesoftware</groupId>
<artifactId>domain-supertype</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.parisesoftware/domain-supertype/
implementation 'com.parisesoftware:domain-supertype:1.0.1'
// https://jarcasting.com/artifacts/com.parisesoftware/domain-supertype/
implementation ("com.parisesoftware:domain-supertype:1.0.1")
'com.parisesoftware:domain-supertype:jar:1.0.1'
<dependency org="com.parisesoftware" name="domain-supertype" rev="1.0.1">
<artifact name="domain-supertype" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.parisesoftware', module='domain-supertype', version='1.0.1')
)
libraryDependencies += "com.parisesoftware" % "domain-supertype" % "1.0.1"
[com.parisesoftware/domain-supertype "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.7 |
org.codehaus.groovy : groovy-all | jar | 2.4.7 |
Group / Artifact | Type | Version |
---|---|---|
com.parisesoftware : archetypes-user | jar | 1.0.4 |
junit : junit | jar | 4.11 |
org.spockframework : spock-core | jar | 1.2-groovy-2.4 |