guice

Guice for Java

Лицензия

Лицензия

Категории

Категории

GUI Взаимодействие с пользователем Guice Библиотеки уровня приложения Dependency Injection
Группа

Группа

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

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

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

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

4.4.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

guice
Guice for Java
Организация-разработчик

Организация-разработчик

xbib

Скачать guice

Имя Файла Размер
guice-4.4.2.pom
guice-4.4.2.jar 523 KB
guice-4.4.2-sources.jar 284 KB
guice-4.4.2-javadoc.jar 261 bytes
Обзор

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

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

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.xbib : javax-inject jar 1
org.xbib : guava jar 28.1

test (6)

Идентификатор библиотеки Тип Версия
org.junit.jupiter : junit-jupiter-api jar 5.5.2
org.junit.jupiter : junit-jupiter-params jar 5.5.2
org.junit.jupiter : junit-jupiter-engine jar 5.5.2
org.junit.vintage : junit-vintage-engine jar 5.5.2
junit : junit jar 4.12
com.google.guava : guava-testlib jar 28.1-jre

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

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

xbib Guice

guice coverage badge License Apache%202.0 blue xbib btn donateCC LG

This is xbib Guice, a build of Google Guice with the following differences to the original [Google Guice Core Library](https://github.com/google/guice):

  • only external dependencies are

  • javax.inject:javax.inject:1

  • org.xbib:jsr-305:1.0.0

  • com.google.guava:guava:20.0

  • code is conforming to JRE compact1 profile

  • the extra AOP stuff was removed (aopalliance/cglib), no intercepting any more

  • removed all logging, uses of java.util.logger.* stuff and logger default binding

  • removed all java.io.Serializable dependent stuff. Note: everything which relies to be serializable was removed.

  • reformatted source by IntelliJ and cleaned up source of @author and @since tags

  • target of compilation is Java 8, no support for Java 6/7

  • introduced Gradle as build system

  • junit tests made compatible to junit 4.12

  • assistedinject and multibindings extensions are already included

All credits belong to the original authors, especially Bob Lee http://blog.crazybob.org/

License

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.

org.xbib
Organization for free exchange of bibliographic data

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

Версия
4.4.2
4.0.4
4.0.3