is not current version
Last Version 1.13

org.bitbucket.cowwoc:pouch 1.10

A Java library for implementing the Service Locator design pattern.

GroupId

GroupId

org.bitbucket.cowwoc
ArtifactId

ArtifactId

pouch
Version

Version

1.10
Type

Type

jar

Download pouch 1.10


<!-- https://jarcasting.com/artifacts/org.bitbucket.cowwoc/pouch/ -->
<dependency>
    <groupId>org.bitbucket.cowwoc</groupId>
    <artifactId>pouch</artifactId>
    <version>1.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.cowwoc/pouch/
implementation 'org.bitbucket.cowwoc:pouch:1.10'
// https://jarcasting.com/artifacts/org.bitbucket.cowwoc/pouch/
implementation ("org.bitbucket.cowwoc:pouch:1.10")
'org.bitbucket.cowwoc:pouch:jar:1.10'
<dependency org="org.bitbucket.cowwoc" name="pouch" rev="1.10">
  <artifact name="pouch" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.cowwoc', module='pouch', version='1.10')
)
libraryDependencies += "org.bitbucket.cowwoc" % "pouch" % "1.10"
[org.bitbucket.cowwoc/pouch "1.10"]