Last Version

router 0.10

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.

License

License

MIT
GroupId

GroupId

de.leanovate.router
ArtifactId

ArtifactId

parent
Version

Version

0.10
Type

Type

pom
Description

Description

router
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

https://github.com/leanovate/route-generator
Source Code Management

Source Code Management

https://github.com/leanovate/route-generator

Download parent 0.10

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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • base
  • generator
  • gradle-plugin
  • maven-plugin
  • example