guice

Guice for Java

License

License

Categories

Categories

GUI User Interface Guice Application Layer Libs Dependency Injection
GroupId

GroupId

org.xbib
ArtifactId

ArtifactId

guice
Last Version

Last Version

4.4.2
Release Date

Release Date

Type

Type

jar
Description

Description

guice
Guice for Java
Project Organization

Project Organization

xbib

Download guice

How to add to project

<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
org.xbib : javax-inject jar 1
org.xbib : guava jar 28.1

test (6)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.

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

Versions

Version
4.4.2
4.0.4
4.0.3