Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

README.md

JessMA

Powerful Java MVC & REST Full-Stack Framework

Maven usage:

1) JessMA core

	<dependency>
		<groupId>org.jessma</groupId>
		<artifactId>jessma-core</artifactId>
		<version>3.5.1</version>
	</dependency>

2) JessMA RESTful extension

	<dependency>
		<groupId>org.jessma</groupId>
		<artifactId>jessma-ext-rest</artifactId>
		<version>3.5.1</version>
	</dependency>

3) JessMA Guice extension

	<dependency>
		<groupId>org.jessma</groupId>
		<artifactId>jessma-ext-guice</artifactId>
		<version>3.5.1</version>
	</dependency>

4) JessMA Spring extension

	<dependency>
		<groupId>org.jessma</groupId>
		<artifactId>jessma-ext-spring</artifactId>
		<version>3.5.1</version>
	</dependency>

About

Powerful Java MVC & REST Full-Stack Framework

Resources

License

Packages

No packages published
You can’t perform that action at this time.