License |
License |
---|---|
GroupId | GroupIdcom.github.cowwoc.pouch |
ArtifactId | ArtifactIdcore |
Version | Version2.1 |
Type | Typejar |
Description |
DescriptionA Java library for implementing the Service Locator design pattern.
|
Filename | Size |
---|---|
core-2.1.pom | |
core-2.1.jar | 17 KB |
core-2.1-sources.jar | 11 KB |
core-2.1-javadoc.jar | 437 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cowwoc.pouch/core/ -->
<dependency>
<groupId>com.github.cowwoc.pouch</groupId>
<artifactId>core</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cowwoc.pouch/core/
implementation 'com.github.cowwoc.pouch:core:2.1'
// https://jarcasting.com/artifacts/com.github.cowwoc.pouch/core/
implementation ("com.github.cowwoc.pouch:core:2.1")
'com.github.cowwoc.pouch:core:jar:2.1'
<dependency org="com.github.cowwoc.pouch" name="core" rev="2.1">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cowwoc.pouch', module='core', version='2.1')
)
libraryDependencies += "com.github.cowwoc.pouch" % "core" % "2.1"
[com.github.cowwoc.pouch/core "2.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 2.0.0-alpha1 |