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