License |
License |
---|---|
Categories |
CategoriesRestExpress Program Interface REST Frameworks |
GroupId | GroupIdcom.strategicgains.archetype |
ArtifactId | ArtifactIdrestexpress-archetype |
Last Version | Last Version1.18 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionRestExpress-Archetype
Maven archetypes for creating RestExpress project
|
Project URL |
Project URL |
Filename | Size |
---|---|
restexpress-archetype-1.18.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.strategicgains.archetype/restexpress-archetype/ -->
<dependency>
<groupId>com.strategicgains.archetype</groupId>
<artifactId>restexpress-archetype</artifactId>
<version>1.18</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.strategicgains.archetype/restexpress-archetype/
implementation 'com.strategicgains.archetype:restexpress-archetype:1.18'
// https://jarcasting.com/artifacts/com.strategicgains.archetype/restexpress-archetype/
implementation ("com.strategicgains.archetype:restexpress-archetype:1.18")
'com.strategicgains.archetype:restexpress-archetype:pom:1.18'
<dependency org="com.strategicgains.archetype" name="restexpress-archetype" rev="1.18">
<artifact name="restexpress-archetype" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.strategicgains.archetype', module='restexpress-archetype', version='1.18')
)
libraryDependencies += "com.strategicgains.archetype" % "restexpress-archetype" % "1.18"
[com.strategicgains.archetype/restexpress-archetype "1.18"]