is not current version
Last Version 0.3.0

com.wandrell:repository-pattern 0.2.0

Interfaces and basic implementations for the repository pattern.

GroupId

GroupId

com.wandrell
ArtifactId

ArtifactId

repository-pattern
Version

Version

0.2.0
Type

Type

jar

Download repository-pattern 0.2.0


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