License |
License |
---|---|
GroupId | GroupIdorg.trailsframework |
ArtifactId | ArtifactIdtrails-parent |
Last Version | Last Version2.1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionTrails Parent
A Domain Driven Development framework for Java.
|
Filename | Size |
---|---|
trails-parent-2.1.1.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.trailsframework/trails-parent/ -->
<dependency>
<groupId>org.trailsframework</groupId>
<artifactId>trails-parent</artifactId>
<version>2.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.trailsframework/trails-parent/
implementation 'org.trailsframework:trails-parent:2.1.1'
// https://jarcasting.com/artifacts/org.trailsframework/trails-parent/
implementation ("org.trailsframework:trails-parent:2.1.1")
'org.trailsframework:trails-parent:pom:2.1.1'
<dependency org="org.trailsframework" name="trails-parent" rev="2.1.1">
<artifact name="trails-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.trailsframework', module='trails-parent', version='2.1.1')
)
libraryDependencies += "org.trailsframework" % "trails-parent" % "2.1.1"
[org.trailsframework/trails-parent "2.1.1"]