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