is not current version
Last Version 2.1.1

org.trailsframework:trails-parent 2.0.5

A Domain Driven Development framework for Java.

GroupId

GroupId

org.trailsframework
ArtifactId

ArtifactId

trails-parent
Version

Version

2.0.5
Type

Type

pom

Download trails-parent 2.0.5

Filename Size
trails-parent-2.0.5.pom 12 KB
Browse

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