License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.phat |
ArtifactId | ArtifactIdphat-core |
Version | Version1.0.11 |
Type | Typejar |
Description |
DescriptionPHAT - Core
Physical Human Activity Tester
|
Filename | Size |
---|---|
phat-core-1.0.11.pom | |
phat-core-1.0.11.jar | 67 KB |
phat-core-1.0.11-sources.jar | 50 KB |
phat-core-1.0.11-javadoc.jar | 261 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.phat/phat-core/ -->
<dependency>
<groupId>net.sf.phat</groupId>
<artifactId>phat-core</artifactId>
<version>1.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.phat/phat-core/
implementation 'net.sf.phat:phat-core:1.0.11'
// https://jarcasting.com/artifacts/net.sf.phat/phat-core/
implementation ("net.sf.phat:phat-core:1.0.11")
'net.sf.phat:phat-core:jar:1.0.11'
<dependency org="net.sf.phat" name="phat-core" rev="1.0.11">
<artifact name="phat-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.phat', module='phat-core', version='1.0.11')
)
libraryDependencies += "net.sf.phat" % "phat-core" % "1.0.11"
[net.sf.phat/phat-core "1.0.11"]