Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sourceforge.jfacets |
ArtifactId | ArtifactIdjfacets-all |
Version | Version4.0 |
Type | Typepom |
Filename | Size |
---|---|
jfacets-all-4.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.jfacets/jfacets-all/ -->
<dependency>
<groupId>net.sourceforge.jfacets</groupId>
<artifactId>jfacets-all</artifactId>
<version>4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jfacets/jfacets-all/
implementation 'net.sourceforge.jfacets:jfacets-all:4.0'
// https://jarcasting.com/artifacts/net.sourceforge.jfacets/jfacets-all/
implementation ("net.sourceforge.jfacets:jfacets-all:4.0")
'net.sourceforge.jfacets:jfacets-all:pom:4.0'
<dependency org="net.sourceforge.jfacets" name="jfacets-all" rev="4.0">
<artifact name="jfacets-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jfacets', module='jfacets-all', version='4.0')
)
libraryDependencies += "net.sourceforge.jfacets" % "jfacets-all" % "4.0"
[net.sourceforge.jfacets/jfacets-all "4.0"]