Last Version

com.github.cowwoc.pouch:root 2.1

A Java library for implementing the Service Locator design pattern.

License

License

GroupId

GroupId

com.github.cowwoc.pouch
ArtifactId

ArtifactId

root
Version

Version

2.1
Type

Type

pom
Description

Description

A Java library for implementing the Service Locator design pattern.
Project URL

Project URL

https://github.com/cowwoc/pouch/
Source Code Management

Source Code Management

https://github.com/cowwoc/pouch/

Download root 2.1

Filename Size
root-2.1.pom 8 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • core