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