Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.github.mstream-trader |
ArtifactId | ArtifactIdcommons-guice |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
commons-guice-1.0.pom | |
commons-guice-1.0.jar | 6 KB |
commons-guice-1.0-sources.jar | 4 KB |
commons-guice-1.0-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mstream-trader/commons-guice/ -->
<dependency>
<groupId>com.github.mstream-trader</groupId>
<artifactId>commons-guice</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mstream-trader/commons-guice/
implementation 'com.github.mstream-trader:commons-guice:1.0'
// https://jarcasting.com/artifacts/com.github.mstream-trader/commons-guice/
implementation ("com.github.mstream-trader:commons-guice:1.0")
'com.github.mstream-trader:commons-guice:jar:1.0'
<dependency org="com.github.mstream-trader" name="commons-guice" rev="1.0">
<artifact name="commons-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mstream-trader', module='commons-guice', version='1.0')
)
libraryDependencies += "com.github.mstream-trader" % "commons-guice" % "1.0"
[com.github.mstream-trader/commons-guice "1.0"]