n

ninja-simple-archetype

This is a archetype for a simple Ninja Web Framework project. It is based on the servlet archetype, but with some minor modifications
https://github.com/svenkubiak/ninja-simple-archetype
The Apache Software License, Version 2.0
Sven Kubiak
Files download
File Operation
ninja-simple-archetype-1.0.0.jar download
ninja-simple-archetype-1.0.0.pom download
ninja-simple-archetype-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>de.svenkubiak</groupId>
  <artifactId>ninja-simple-archetype</artifactId>
  <version>1.0.0</version>
  <type>maven-archetype</type>
</dependency>
Gradle Groovy
implementation 'de.svenkubiak:ninja-simple-archetype:1.0.0'
Gradle Kotlin
implementation("de.svenkubiak:ninja-simple-archetype:1.0.0")
Scala SBT
libraryDependencies += "de.svenkubiak" % "ninja-simple-archetype" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='de.svenkubiak', module='ninja-simple-archetype', version='1.0.0')
)
Apache Ivy
<dependency org="de.svenkubiak" name="ninja-simple-archetype" rev="1.0.0" />
Leiningen
[de.svenkubiak/ninja-simple-archetype "1.0.0"]
Apache Buildr
'de.svenkubiak:ninja-simple-archetype:jar:1.0.0'
Dependencies
The project has no third-party dependencies