GroupId | GroupIdcom.wandrell |
---|---|
ArtifactId | ArtifactIdrepository-pattern |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
repository-pattern-0.2.0.pom | |
repository-pattern-0.2.0.jar | 19 KB |
repository-pattern-0.2.0-sources.jar | 28 KB |
repository-pattern-0.2.0-javadoc.jar | 124 KB |
Browse |
<!-- 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"]