License |
License |
---|---|
GroupId | GroupIdcom.github.cowwoc.pouch |
ArtifactId | ArtifactIdroot |
Version | Version2.1 |
Type | Typepom |
Description |
DescriptionA Java library for implementing the Service Locator design pattern.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
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"]