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