Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sourceforge.jfacets |
ArtifactId | ArtifactIdjfacets-core |
Version | Version3.2 |
Type | Typejar |
Filename | Size |
---|---|
jfacets-core-3.2.pom | |
jfacets-core-3.2.jar | 41 KB |
jfacets-core-3.2-sources.jar | 33 KB |
jfacets-core-3.2-javadoc.jar | 230 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.jfacets/jfacets-core/ -->
<dependency>
<groupId>net.sourceforge.jfacets</groupId>
<artifactId>jfacets-core</artifactId>
<version>3.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jfacets/jfacets-core/
implementation 'net.sourceforge.jfacets:jfacets-core:3.2'
// https://jarcasting.com/artifacts/net.sourceforge.jfacets/jfacets-core/
implementation ("net.sourceforge.jfacets:jfacets-core:3.2")
'net.sourceforge.jfacets:jfacets-core:jar:3.2'
<dependency org="net.sourceforge.jfacets" name="jfacets-core" rev="3.2">
<artifact name="jfacets-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jfacets', module='jfacets-core', version='3.2')
)
libraryDependencies += "net.sourceforge.jfacets" % "jfacets-core" % "3.2"
[net.sourceforge.jfacets/jfacets-core "3.2"]