License |
License |
---|---|
GroupId | GroupIdcom.shipdream |
ArtifactId | ArtifactIdpoke |
Version | Version2.2.0 |
Type | Typejar |
Description |
Descriptionpoke
Dependency injection library with reference count
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
poke-2.2.0.pom | |
poke-2.2.0.jar | 31 KB |
poke-2.2.0-sources.jar | 28 KB |
poke-2.2.0-javadoc.jar | 105 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.shipdream/poke/ -->
<dependency>
<groupId>com.shipdream</groupId>
<artifactId>poke</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.shipdream/poke/
implementation 'com.shipdream:poke:2.2.0'
// https://jarcasting.com/artifacts/com.shipdream/poke/
implementation ("com.shipdream:poke:2.2.0")
'com.shipdream:poke:jar:2.2.0'
<dependency org="com.shipdream" name="poke" rev="2.2.0">
<artifact name="poke" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.shipdream', module='poke', version='2.2.0')
)
libraryDependencies += "com.shipdream" % "poke" % "2.2.0"
[com.shipdream/poke "2.2.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.inject : javax.inject | jar | 1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 1.9.5 |