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