| GroupId | GroupIdit.sephiroth.hunter |
|---|---|
| ArtifactId | ArtifactIdhunter-debug-plugin |
| Version | Version1.1.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hunter-debug-plugin-1.1.7.pom | |
| hunter-debug-plugin-1.1.7.jar | 22 KB |
| hunter-debug-plugin-1.1.7-sources.jar | 13 KB |
| hunter-debug-plugin-1.1.7-javadoc.jar | 71 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/it.sephiroth.hunter/hunter-debug-plugin/ -->
<dependency>
<groupId>it.sephiroth.hunter</groupId>
<artifactId>hunter-debug-plugin</artifactId>
<version>1.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/it.sephiroth.hunter/hunter-debug-plugin/
implementation 'it.sephiroth.hunter:hunter-debug-plugin:1.1.7'
// https://jarcasting.com/artifacts/it.sephiroth.hunter/hunter-debug-plugin/
implementation ("it.sephiroth.hunter:hunter-debug-plugin:1.1.7")
'it.sephiroth.hunter:hunter-debug-plugin:jar:1.1.7'
<dependency org="it.sephiroth.hunter" name="hunter-debug-plugin" rev="1.1.7">
<artifact name="hunter-debug-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.sephiroth.hunter', module='hunter-debug-plugin', version='1.1.7')
)
libraryDependencies += "it.sephiroth.hunter" % "hunter-debug-plugin" % "1.1.7"
[it.sephiroth.hunter/hunter-debug-plugin "1.1.7"]