не последняя версия
Последняя версия 1.13

org.bitbucket.cowwoc:pouch 1.12

A Java library for implementing the Service Locator design pattern.

Группа

Группа

org.bitbucket.cowwoc
Идентификатор

Идентификатор

pouch
Версия

Версия

1.12
Тип

Тип

jar

Скачать pouch 1.12


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