| GroupId | GroupIdorg.refcodes |
|---|---|
| ArtifactId | ArtifactIdrefcodes-matcher |
| Version | Version1.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| refcodes-matcher-1.2.0.pom | |
| refcodes-matcher-1.2.0.jar | 18 KB |
| refcodes-matcher-1.2.0-tests.jar | 7 KB |
| refcodes-matcher-1.2.0-sources.jar | 24 KB |
| refcodes-matcher-1.2.0-javadoc.jar | 110 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-matcher/ -->
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-matcher</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-matcher/
implementation 'org.refcodes:refcodes-matcher:1.2.0'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-matcher/
implementation ("org.refcodes:refcodes-matcher:1.2.0")
'org.refcodes:refcodes-matcher:jar:1.2.0'
<dependency org="org.refcodes" name="refcodes-matcher" rev="1.2.0">
<artifact name="refcodes-matcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-matcher', version='1.2.0')
)
libraryDependencies += "org.refcodes" % "refcodes-matcher" % "1.2.0"
[org.refcodes/refcodes-matcher "1.2.0"]