is not current version
Last Version 2.1.1

org.trailsframework:trails-parent 2.1.0

A Domain Driven Development framework for Java.

GroupId

GroupId

org.trailsframework
ArtifactId

ArtifactId

trails-parent
Version

Version

2.1.0
Type

Type

pom

Download trails-parent 2.1.0

Filename Size
trails-parent-2.1.0.pom 13 KB
Browse

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