| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.sf.phat |
| ArtifactId | ArtifactIdphat-devices |
| Version | Version1.0.9 |
| Type | Typejar |
| Filename | Size |
|---|---|
| phat-devices-1.0.9.pom | |
| phat-devices-1.0.9.jar | 1 MB |
| phat-devices-1.0.9-sources.jar | 1 MB |
| phat-devices-1.0.9-javadoc.jar | 326 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.phat/phat-devices/ -->
<dependency>
<groupId>net.sf.phat</groupId>
<artifactId>phat-devices</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.phat/phat-devices/
implementation 'net.sf.phat:phat-devices:1.0.9'
// https://jarcasting.com/artifacts/net.sf.phat/phat-devices/
implementation ("net.sf.phat:phat-devices:1.0.9")
'net.sf.phat:phat-devices:jar:1.0.9'
<dependency org="net.sf.phat" name="phat-devices" rev="1.0.9">
<artifact name="phat-devices" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.phat', module='phat-devices', version='1.0.9')
)
libraryDependencies += "net.sf.phat" % "phat-devices" % "1.0.9"
[net.sf.phat/phat-devices "1.0.9"]