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