is not current version
Last Version 0.5.0

io.ejs:stick 0.4.0

A JavaScript web application framework built upon rake-style middleware components. This project is maintained by ejs.io in order to place Stick in the Central Maven repository.

GroupId

GroupId

io.ejs
ArtifactId

ArtifactId

stick
Version

Version

0.4.0
Type

Type

jar

Download stick 0.4.0


<!-- https://jarcasting.com/artifacts/io.ejs/stick/ -->
<dependency>
    <groupId>io.ejs</groupId>
    <artifactId>stick</artifactId>
    <version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.ejs/stick/
implementation 'io.ejs:stick:0.4.0'
// https://jarcasting.com/artifacts/io.ejs/stick/
implementation ("io.ejs:stick:0.4.0")
'io.ejs:stick:jar:0.4.0'
<dependency org="io.ejs" name="stick" rev="0.4.0">
  <artifact name="stick" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.ejs', module='stick', version='0.4.0')
)
libraryDependencies += "io.ejs" % "stick" % "0.4.0"
[io.ejs/stick "0.4.0"]