License |
License |
---|---|
GroupId | GroupIdde.leanovate.router |
ArtifactId | ArtifactIdparent |
Version | Version0.10 |
Type | Typepom |
Description |
Descriptionrouter
Generic generator for http router bases on a route file similar to rails.
The generated classes are framework agnostic, whereas several adapters are already provided.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
parent-0.10.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.leanovate.router/parent/ -->
<dependency>
<groupId>de.leanovate.router</groupId>
<artifactId>parent</artifactId>
<version>0.10</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.leanovate.router/parent/
implementation 'de.leanovate.router:parent:0.10'
// https://jarcasting.com/artifacts/de.leanovate.router/parent/
implementation ("de.leanovate.router:parent:0.10")
'de.leanovate.router:parent:pom:0.10'
<dependency org="de.leanovate.router" name="parent" rev="0.10">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.leanovate.router', module='parent', version='0.10')
)
libraryDependencies += "de.leanovate.router" % "parent" % "0.10"
[de.leanovate.router/parent "0.10"]