Shared Development Libraries

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

Группа

Группа

org.inigma.shared
Идентификатор

Идентификатор

inigma-shared
Последняя версия

Последняя версия

0.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

Shared Development Libraries
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Система контроля версий

Система контроля версий

http://github.com/sepatel/inigma-shared

Скачать inigma-shared

Как подключить последнюю версию

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

Зависимости

compile (10)

Идентификатор библиотеки Тип Версия
org.springframework : spring-context jar 3.1.2.RELEASE
org.springframework.security : spring-security-core jar 3.1.2.RELEASE
org.codehaus.jackson : jackson-mapper-asl jar 1.9.9
org.springframework.data : spring-data-mongodb jar 1.1.1.RELEASE
org.mongodb : mongo-java-driver jar 2.9.2
com.jolbox : bonecp jar 0.7.1.RELEASE
net.sf.ehcache : ehcache-core jar 2.6.0
org.slf4j : slf4j-api jar 1.7.0
junit : junit Необязательный jar 4.10
org.springframework : spring-test Необязательный jar 3.1.2.RELEASE

provided (3)

Идентификатор библиотеки Тип Версия
org.springframework : spring-webmvc jar 3.1.2.RELEASE
org.springframework : spring-jdbc jar 3.1.2.RELEASE
javax.servlet : servlet-api jar 2.5

runtime (1)

Идентификатор библиотеки Тип Версия
cglib : cglib-nodep jar 2.2.2

test (1)

Идентификатор библиотеки Тип Версия
org.easymock : easymock jar 3.0

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
0.3
0.2.1
0.2
0.1