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