License |
License |
---|---|
GroupId | GroupIdcom.github.dakusui |
ArtifactId | ArtifactIdfruitjuice |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfruitjuice
Simpler "dependency injection" library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fruitjuice-1.0.2.pom | |
fruitjuice-1.0.2.jar | 32 KB |
fruitjuice-1.0.2-sources.jar | 10 KB |
fruitjuice-1.0.2-javadoc.jar | 107 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dakusui/fruitjuice/ -->
<dependency>
<groupId>com.github.dakusui</groupId>
<artifactId>fruitjuice</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dakusui/fruitjuice/
implementation 'com.github.dakusui:fruitjuice:1.0.2'
// https://jarcasting.com/artifacts/com.github.dakusui/fruitjuice/
implementation ("com.github.dakusui:fruitjuice:1.0.2")
'com.github.dakusui:fruitjuice:jar:1.0.2'
<dependency org="com.github.dakusui" name="fruitjuice" rev="1.0.2">
<artifact name="fruitjuice" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dakusui', module='fruitjuice', version='1.0.2')
)
libraryDependencies += "com.github.dakusui" % "fruitjuice" % "1.0.2"
[com.github.dakusui/fruitjuice "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 17.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |