| GroupId | GroupIdpw.hysteria.input |
|---|---|
| ArtifactId | ArtifactIddashfoo |
| Version | Version1.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| dashfoo-1.2.pom | |
| dashfoo-1.2.jar | 30 KB |
| dashfoo-1.2-sources.jar | 72 KB |
| dashfoo-1.2-javadoc.jar | 218 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/pw.hysteria.input/dashfoo/ -->
<dependency>
<groupId>pw.hysteria.input</groupId>
<artifactId>dashfoo</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/pw.hysteria.input/dashfoo/
implementation 'pw.hysteria.input:dashfoo:1.2'
// https://jarcasting.com/artifacts/pw.hysteria.input/dashfoo/
implementation ("pw.hysteria.input:dashfoo:1.2")
'pw.hysteria.input:dashfoo:jar:1.2'
<dependency org="pw.hysteria.input" name="dashfoo" rev="1.2">
<artifact name="dashfoo" type="jar" />
</dependency>
@Grapes(
@Grab(group='pw.hysteria.input', module='dashfoo', version='1.2')
)
libraryDependencies += "pw.hysteria.input" % "dashfoo" % "1.2"
[pw.hysteria.input/dashfoo "1.2"]