License |
License |
---|---|
GroupId | GroupIdorg.trailsframework |
ArtifactId | ArtifactIdarchetypes |
Last Version | Last Version1.2.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionTrails Archetypes
A domain driven development framework for Java.
|
Filename | Size |
---|---|
archetypes-1.2.1.pom | 574 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.trailsframework/archetypes/ -->
<dependency>
<groupId>org.trailsframework</groupId>
<artifactId>archetypes</artifactId>
<version>1.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.trailsframework/archetypes/
implementation 'org.trailsframework:archetypes:1.2.1'
// https://jarcasting.com/artifacts/org.trailsframework/archetypes/
implementation ("org.trailsframework:archetypes:1.2.1")
'org.trailsframework:archetypes:pom:1.2.1'
<dependency org="org.trailsframework" name="archetypes" rev="1.2.1">
<artifact name="archetypes" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.trailsframework', module='archetypes', version='1.2.1')
)
libraryDependencies += "org.trailsframework" % "archetypes" % "1.2.1"
[org.trailsframework/archetypes "1.2.1"]