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