GroupId | GroupIdcom.gitblit.fathom |
---|---|
ArtifactId | ArtifactIdfathom-test-tools |
Version | Version0.9.2 |
Type | Typejar |
Filename | Size |
---|---|
fathom-test-tools-0.9.2.pom | |
fathom-test-tools-0.9.2.jar | 5 KB |
fathom-test-tools-0.9.2-sources.jar | 4 KB |
fathom-test-tools-0.9.2-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitblit.fathom/fathom-test-tools/ -->
<dependency>
<groupId>com.gitblit.fathom</groupId>
<artifactId>fathom-test-tools</artifactId>
<version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitblit.fathom/fathom-test-tools/
implementation 'com.gitblit.fathom:fathom-test-tools:0.9.2'
// https://jarcasting.com/artifacts/com.gitblit.fathom/fathom-test-tools/
implementation ("com.gitblit.fathom:fathom-test-tools:0.9.2")
'com.gitblit.fathom:fathom-test-tools:jar:0.9.2'
<dependency org="com.gitblit.fathom" name="fathom-test-tools" rev="0.9.2">
<artifact name="fathom-test-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitblit.fathom', module='fathom-test-tools', version='0.9.2')
)
libraryDependencies += "com.gitblit.fathom" % "fathom-test-tools" % "0.9.2"
[com.gitblit.fathom/fathom-test-tools "0.9.2"]