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