| License |
License |
|---|---|
| GroupId | GroupIdio.pristine.sheath |
| ArtifactId | ArtifactIdsheath |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
DescriptionSheath
A small wrapper of Dagger to facilitate interaction with the object graph
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| sheath-1.0.0.pom | |
| sheath-1.0.0.jar | 7 KB |
| sheath-1.0.0-sources.jar | 5 KB |
| sheath-1.0.0-javadoc.jar | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.pristine.sheath/sheath/ -->
<dependency>
<groupId>io.pristine.sheath</groupId>
<artifactId>sheath</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.pristine.sheath/sheath/
implementation 'io.pristine.sheath:sheath:1.0.0'
// https://jarcasting.com/artifacts/io.pristine.sheath/sheath/
implementation ("io.pristine.sheath:sheath:1.0.0")
'io.pristine.sheath:sheath:jar:1.0.0'
<dependency org="io.pristine.sheath" name="sheath" rev="1.0.0">
<artifact name="sheath" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.pristine.sheath', module='sheath', version='1.0.0')
)
libraryDependencies += "io.pristine.sheath" % "sheath" % "1.0.0"
[io.pristine.sheath/sheath "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.squareup.dagger : dagger | jar | 1.2.2 |
| com.squareup.dagger : dagger-compiler | jar | 1.2.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit-dep | jar | 4.8.2 |