License |
License |
---|---|
GroupId | GroupIdorg.bitbucket.cowwoc.pouch |
ArtifactId | ArtifactIdpouch |
Last Version | Last Version1.14 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionpouch
A Java library for implementing the Service Locator design pattern.
|
Filename | Size |
---|---|
pouch-1.14.pom | |
pouch-1.14.jar | 18 KB |
pouch-1.14-sources.jar | 10 KB |
pouch-1.14-javadoc.jar | 437 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.cowwoc.pouch/pouch/ -->
<dependency>
<groupId>org.bitbucket.cowwoc.pouch</groupId>
<artifactId>pouch</artifactId>
<version>1.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.cowwoc.pouch/pouch/
implementation 'org.bitbucket.cowwoc.pouch:pouch:1.14'
// https://jarcasting.com/artifacts/org.bitbucket.cowwoc.pouch/pouch/
implementation ("org.bitbucket.cowwoc.pouch:pouch:1.14")
'org.bitbucket.cowwoc.pouch:pouch:jar:1.14'
<dependency org="org.bitbucket.cowwoc.pouch" name="pouch" rev="1.14">
<artifact name="pouch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.cowwoc.pouch', module='pouch', version='1.14')
)
libraryDependencies += "org.bitbucket.cowwoc.pouch" % "pouch" % "1.14"
[org.bitbucket.cowwoc.pouch/pouch "1.14"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.8.0-beta4 |