License |
License
GLP with Classpath Exception
|
---|---|
Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
GroupId | GroupIdcom.cedarsoft |
ArtifactId | ArtifactIdguice-annotations |
Last Version | Last Version2.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGuice Annotations
The Guice Annotations
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
guice-annotations-2.0.1.pom | |
guice-annotations-2.0.1.jar | 5 KB |
guice-annotations-2.0.1-sources.jar | 9 KB |
guice-annotations-2.0.1-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft/guice-annotations/ -->
<dependency>
<groupId>com.cedarsoft</groupId>
<artifactId>guice-annotations</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft/guice-annotations/
implementation 'com.cedarsoft:guice-annotations:2.0.1'
// https://jarcasting.com/artifacts/com.cedarsoft/guice-annotations/
implementation ("com.cedarsoft:guice-annotations:2.0.1")
'com.cedarsoft:guice-annotations:jar:2.0.1'
<dependency org="com.cedarsoft" name="guice-annotations" rev="2.0.1">
<artifact name="guice-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft', module='guice-annotations', version='2.0.1')
)
libraryDependencies += "com.cedarsoft" % "guice-annotations" % "2.0.1"
[com.cedarsoft/guice-annotations "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.intellij : annotations | jar | 7.0.3 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 5.8 |