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