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