License |
License |
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdeu.cedarsoft |
ArtifactId | ArtifactIdguice-annotations |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGuice Annotations
The Guice Annotations
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
guice-annotations-1.0.pom | |
guice-annotations-1.0.jar | 5 KB |
guice-annotations-1.0-sources.jar | 8 KB |
guice-annotations-1.0-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.cedarsoft/guice-annotations/ -->
<dependency>
<groupId>eu.cedarsoft</groupId>
<artifactId>guice-annotations</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.cedarsoft/guice-annotations/
implementation 'eu.cedarsoft:guice-annotations:1.0'
// https://jarcasting.com/artifacts/eu.cedarsoft/guice-annotations/
implementation ("eu.cedarsoft:guice-annotations:1.0")
'eu.cedarsoft:guice-annotations:jar:1.0'
<dependency org="eu.cedarsoft" name="guice-annotations" rev="1.0">
<artifact name="guice-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.cedarsoft', module='guice-annotations', version='1.0')
)
libraryDependencies += "eu.cedarsoft" % "guice-annotations" % "1.0"
[eu.cedarsoft/guice-annotations "1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.intellij : annotations | jar | 6.0.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.3.1 |