GroupId | GroupIdorg.trailsframework |
---|---|
ArtifactId | ArtifactIdtrails-parent |
Version | Version2.0.3 |
Type | Typepom |
Filename | Size |
---|---|
trails-parent-2.0.3.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.trailsframework/trails-parent/ -->
<dependency>
<groupId>org.trailsframework</groupId>
<artifactId>trails-parent</artifactId>
<version>2.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.trailsframework/trails-parent/
implementation 'org.trailsframework:trails-parent:2.0.3'
// https://jarcasting.com/artifacts/org.trailsframework/trails-parent/
implementation ("org.trailsframework:trails-parent:2.0.3")
'org.trailsframework:trails-parent:pom:2.0.3'
<dependency org="org.trailsframework" name="trails-parent" rev="2.0.3">
<artifact name="trails-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.trailsframework', module='trails-parent', version='2.0.3')
)
libraryDependencies += "org.trailsframework" % "trails-parent" % "2.0.3"
[org.trailsframework/trails-parent "2.0.3"]