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