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