Web Libraries

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

GroupId

GroupId

org.inigma.shared
ArtifactId

ArtifactId

inigma-web
Last Version

Last Version

0.10.0
Release Date

Release Date

Type

Type

jar
Description

Description

Web Libraries
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Download inigma-web

How to add to project

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

Dependencies

compile (10)

Group / Artifact Type Version
com.google.guava : guava jar 15.0
org.apache.commons : commons-io jar 1.3.2
org.inigma.shared : inigma-core jar 0.10.0
org.springframework : spring-webmvc jar 3.1.4.RELEASE
org.codehaus.jackson : jackson-mapper-asl jar 1.9.9
org.springframework.security : spring-security-core jar 3.1.4.RELEASE
org.springframework : spring-context jar 3.1.4.RELEASE
org.slf4j : slf4j-api jar 1.7.2
junit : junit Optional jar 4.10
org.springframework : spring-test Optional jar 3.1.4.RELEASE

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5

runtime (1)

Group / Artifact Type Version
cglib : cglib-nodep jar 2.2.2

test (2)

Group / Artifact Type Version
org.inigma.shared : inigma-jdbc jar 0.10.0
org.easymock : easymock jar 3.1

Project Modules

There are no modules declared in this project.

License

Copyright 2011 Sejal Patel

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

inigma-shared

Common Libraries used for Web Applications. They are designed specially for Java applications built around the Spring Framework that are pure REST services for doing web 2.0 style applications. It is possible to take advantage of many features for non-web services based applications but the primary focus and design of everything is around enabling the quick, clean, and consistent development of restful web services with a consistent downstream experience for the actual UI implementers as well as SOA architecture systems integrating with these services.

Versions

Version
0.10.0
0.9.4.1
0.9.4
0.9.3
0.9.1
0.9.0
0.8.1
0.8
0.7.3
0.7.2
0.7.1
0.7
0.6.1
0.6
0.5
0.4