Download dject-core-1.2.1.jar file - Jar d

Jar examples for d:dject-core

Description

A collection of guice extensions, help to improve the developer experience of guice.

You can download jar file dject-core 1.2.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add dject-core-1.2.1.jar to your project.

<dependency>
   <groupId>com.github.dxee.dject</groupId>
   <artifactId>dject-core</artifactId>
   <version>1.2.1</version>
</dependency>
compile group: 'com.github.dxee.dject', name: 'dject-core', version: '1.2.1'
libraryDependencies += "com.github.dxee.dject" % "dject-core" % "1.2.1"
<dependency org="com.github.dxee.dject" name="dject-core" rev="1.2.1"/>
@Grapes(@Grab(group='com.github.dxee.dject', module='dject-core', version='1.2.1'))
'com.github.dxee.dject:dject-core:jar:1.2.1'

Download

Click the following link to download the jar file.

dject-core-1.2.1-javadoc.jar
dject-core-1.2.1-sources.jar
dject-core-1.2.1.jar
dject-core-1.2.1.pom



Related Tutorials