| License |
License |
|---|---|
| Categories |
CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection |
| GroupId | GroupIdcom.github.mstream-trader |
| ArtifactId | ArtifactIdcommons-guice |
| Last Version | Last Version1.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTrading simulation game
|
| Filename | Size |
|---|---|
| commons-guice-1.5.pom | |
| commons-guice-1.5.jar | 5 KB |
| commons-guice-1.5-sources.jar | 4 KB |
| commons-guice-1.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mstream-trader/commons-guice/
implementation 'com.github.mstream-trader:commons-guice:1.5'
// https://jarcasting.com/artifacts/com.github.mstream-trader/commons-guice/
implementation ("com.github.mstream-trader:commons-guice:1.5")
'com.github.mstream-trader:commons-guice:jar:1.5'
<dependency org="com.github.mstream-trader" name="commons-guice" rev="1.5">
<artifact name="commons-guice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mstream-trader', module='commons-guice', version='1.5')
)
libraryDependencies += "com.github.mstream-trader" % "commons-guice" % "1.5"
[com.github.mstream-trader/commons-guice "1.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.inject : guice | jar | 4.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-all | jar | 2.0.2-beta |