Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.github.rodionmoiseev.c10n |
ArtifactId | ArtifactIdc10n-ext-guice |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
c10n-ext-guice-1.2.pom | |
c10n-ext-guice-1.2.jar | 3 KB |
c10n-ext-guice-1.2-sources.jar | 2 KB |
c10n-ext-guice-1.2-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rodionmoiseev.c10n/c10n-ext-guice/ -->
<dependency>
<groupId>com.github.rodionmoiseev.c10n</groupId>
<artifactId>c10n-ext-guice</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rodionmoiseev.c10n/c10n-ext-guice/
implementation 'com.github.rodionmoiseev.c10n:c10n-ext-guice:1.2'
// https://jarcasting.com/artifacts/com.github.rodionmoiseev.c10n/c10n-ext-guice/
implementation ("com.github.rodionmoiseev.c10n:c10n-ext-guice:1.2")
'com.github.rodionmoiseev.c10n:c10n-ext-guice:jar:1.2'
<dependency org="com.github.rodionmoiseev.c10n" name="c10n-ext-guice" rev="1.2">
<artifact name="c10n-ext-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rodionmoiseev.c10n', module='c10n-ext-guice', version='1.2')
)
libraryDependencies += "com.github.rodionmoiseev.c10n" % "c10n-ext-guice" % "1.2"
[com.github.rodionmoiseev.c10n/c10n-ext-guice "1.2"]