License |
License |
---|---|
Categories |
CategoriesBootique User Interface Web Frameworks |
GroupId | GroupIdio.bootique.mvc |
ArtifactId | ArtifactIdbootique-mvc |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbootique-mvc: Bootique MVC basic definitions
Provides basic abstractions for web MVC in Bootique.
|
Project Organization |
Project OrganizationObjectStyle LLC |
Filename | Size |
---|---|
bootique-mvc-2.0.1.pom | |
bootique-mvc-2.0.1.jar | 15 KB |
bootique-mvc-2.0.1-sources.jar | 15 KB |
bootique-mvc-2.0.1-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.bootique.mvc/bootique-mvc/ -->
<dependency>
<groupId>io.bootique.mvc</groupId>
<artifactId>bootique-mvc</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.mvc/bootique-mvc/
implementation 'io.bootique.mvc:bootique-mvc:2.0.1'
// https://jarcasting.com/artifacts/io.bootique.mvc/bootique-mvc/
implementation ("io.bootique.mvc:bootique-mvc:2.0.1")
'io.bootique.mvc:bootique-mvc:jar:2.0.1'
<dependency org="io.bootique.mvc" name="bootique-mvc" rev="2.0.1">
<artifact name="bootique-mvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bootique.mvc', module='bootique-mvc', version='2.0.1')
)
libraryDependencies += "io.bootique.mvc" % "bootique-mvc" % "2.0.1"
[io.bootique.mvc/bootique-mvc "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
io.bootique.jersey : bootique-jersey | jar | 2.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.mockito : mockito-core | jar | 3.9.0 |
org.slf4j : slf4j-simple | jar | 1.7.25 |
io.bootique : bootique-test | jar | 2.0.1 |