Last Version

Mojave MVC Web Framework 1.0.6

An annotation-driven, POJO-based Java web MVC framework, supporting DI with Guice

License

License

GroupId

GroupId

org.mojavemvc
ArtifactId

ArtifactId

mojave
Version

Version

1.0.6
Type

Type

pom
Description

Description

Mojave MVC Web Framework
An annotation-driven, POJO-based Java web MVC framework, supporting DI with Guice
Project URL

Project URL

http://mojavemvc.org
Source Code Management

Source Code Management

http://github.com/lantunes/mojave

Download mojave 1.0.6

Filename Size
mojave-1.0.6.pom 3 KB
Browse

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

Dependencies

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

Project Modules

  • mojave-core