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