Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.itangcent |
ArtifactId | ArtifactIdguice-action |
Version | Version0.2.8.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
guice-action-0.2.8.RELEASE.pom | |
guice-action-0.2.8.RELEASE.jar | 280 KB |
guice-action-0.2.8.RELEASE-sources.jar | 34 KB |
guice-action-0.2.8.RELEASE-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.itangcent/guice-action/ -->
<dependency>
<groupId>com.itangcent</groupId>
<artifactId>guice-action</artifactId>
<version>0.2.8.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.itangcent/guice-action/
implementation 'com.itangcent:guice-action:0.2.8.RELEASE'
// https://jarcasting.com/artifacts/com.itangcent/guice-action/
implementation ("com.itangcent:guice-action:0.2.8.RELEASE")
'com.itangcent:guice-action:jar:0.2.8.RELEASE'
<dependency org="com.itangcent" name="guice-action" rev="0.2.8.RELEASE">
<artifact name="guice-action" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.itangcent', module='guice-action', version='0.2.8.RELEASE')
)
libraryDependencies += "com.itangcent" % "guice-action" % "0.2.8.RELEASE"
[com.itangcent/guice-action "0.2.8.RELEASE"]