| Группа | Группаorg.refcodes |
|---|---|
| Идентификатор | Идентификаторrefcodes-matcher |
| Версия | Версия1.2.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| refcodes-matcher-1.2.2.pom | |
| refcodes-matcher-1.2.2.jar | 18 KB |
| refcodes-matcher-1.2.2-tests.jar | 7 KB |
| refcodes-matcher-1.2.2-sources.jar | 24 KB |
| refcodes-matcher-1.2.2-javadoc.jar | 109 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.refcodes/refcodes-matcher/ -->
<dependency>
<groupId>org.refcodes</groupId>
<artifactId>refcodes-matcher</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.refcodes/refcodes-matcher/
implementation 'org.refcodes:refcodes-matcher:1.2.2'
// https://jarcasting.com/artifacts/org.refcodes/refcodes-matcher/
implementation ("org.refcodes:refcodes-matcher:1.2.2")
'org.refcodes:refcodes-matcher:jar:1.2.2'
<dependency org="org.refcodes" name="refcodes-matcher" rev="1.2.2">
<artifact name="refcodes-matcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.refcodes', module='refcodes-matcher', version='1.2.2')
)
libraryDependencies += "org.refcodes" % "refcodes-matcher" % "1.2.2"
[org.refcodes/refcodes-matcher "1.2.2"]