Categories |
CategoriesNet |
---|---|
GroupId | GroupIdorg.jvnet.hifaces |
ArtifactId | ArtifactIdhifaces |
Version | Version0.4.111 |
Type | Typejar |
Filename | Size |
---|---|
hifaces-0.4.111.pom | |
hifaces-0.4.111.jar | 210 KB |
hifaces-0.4.111-sources.jar | 122 KB |
hifaces-0.4.111-javadoc.jar | 948 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jvnet.hifaces/hifaces/ -->
<dependency>
<groupId>org.jvnet.hifaces</groupId>
<artifactId>hifaces</artifactId>
<version>0.4.111</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.hifaces/hifaces/
implementation 'org.jvnet.hifaces:hifaces:0.4.111'
// https://jarcasting.com/artifacts/org.jvnet.hifaces/hifaces/
implementation ("org.jvnet.hifaces:hifaces:0.4.111")
'org.jvnet.hifaces:hifaces:jar:0.4.111'
<dependency org="org.jvnet.hifaces" name="hifaces" rev="0.4.111">
<artifact name="hifaces" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.hifaces', module='hifaces', version='0.4.111')
)
libraryDependencies += "org.jvnet.hifaces" % "hifaces" % "0.4.111"
[org.jvnet.hifaces/hifaces "0.4.111"]