| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииRealm Данные Базы данных |
| Группа | Группаcom.butor |
| Идентификатор | Идентификаторbutor-realm |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеButor Framework - Realm Module
Butor Framework is a framework that enables fast and easy creation of HTTP services. (asynchronous and synchronous). It consists of several modules for different layers, such as data access, services, JSON serialization and test utilities.
It sits on top of popular and proven libraries such as Google Guava and Spring.
The project is released under APL 2.0
This project is the Realm module.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| butor-realm-1.0.0.pom | |
| butor-realm-1.0.0.jar | 11 KB |
| butor-realm-1.0.0-sources.jar | 7 KB |
| butor-realm-1.0.0-javadoc.jar | 68 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.butor/butor-realm/ -->
<dependency>
<groupId>com.butor</groupId>
<artifactId>butor-realm</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.butor/butor-realm/
implementation 'com.butor:butor-realm:1.0.0'
// https://jarcasting.com/artifacts/com.butor/butor-realm/
implementation ("com.butor:butor-realm:1.0.0")
'com.butor:butor-realm:jar:1.0.0'
<dependency org="com.butor" name="butor-realm" rev="1.0.0">
<artifact name="butor-realm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.butor', module='butor-realm', version='1.0.0')
)
libraryDependencies += "com.butor" % "butor-realm" % "1.0.0"
[com.butor/butor-realm "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.6.1 |
| com.butor : butor-utils | jar | 1.0.0 |
| commons-io : commons-io | jar | 2.0.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.10 |
| org.springframework : spring-test | jar | 3.0.5.RELEASE |