autumn

Lightweight http framework for Java.

License

License

MIT
GroupId

GroupId

com.akijoey
ArtifactId

ArtifactId

autumn
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

autumn
Lightweight http framework for Java.
Project URL

Project URL

https://github.com/akijoey/autumn
Source Code Management

Source Code Management

https://github.com/akijoey/autumn.git

Download autumn

How to add to project

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

Dependencies

compile (9)

Group / Artifact Type Version
io.netty : netty-all jar 4.1.65.Final
commons-codec : commons-codec jar 1.15
org.reflections : reflections jar 0.9.12
cglib : cglib jar 3.3.0
org.yaml : snakeyaml jar 1.29
com.fasterxml.jackson.core : jackson-databind jar 2.12.4
org.hibernate.validator : hibernate-validator jar 7.0.1.Final
org.slf4j : slf4j-api jar 1.7.31
org.slf4j : slf4j-simple jar 1.7.31

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0
0.0.1