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