Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.phat |
ArtifactId | ArtifactIdphat-core |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
phat-core-1.0.2.pom | |
phat-core-1.0.2.jar | 42 KB |
phat-core-1.0.2-sources.jar | 31 KB |
phat-core-1.0.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.phat/phat-core/
implementation 'net.sf.phat:phat-core:1.0.2'
// https://jarcasting.com/artifacts/net.sf.phat/phat-core/
implementation ("net.sf.phat:phat-core:1.0.2")
'net.sf.phat:phat-core:jar:1.0.2'
<dependency org="net.sf.phat" name="phat-core" rev="1.0.2">
<artifact name="phat-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.phat', module='phat-core', version='1.0.2')
)
libraryDependencies += "net.sf.phat" % "phat-core" % "1.0.2"
[net.sf.phat/phat-core "1.0.2"]