| Категории |
КатегорииСеть |
|---|---|
| Группа | Группаnet.sourceforge.jfacets |
| Идентификатор | Идентификаторjfacets |
| Версия | Версия2.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| jfacets-2.1.pom | |
| jfacets-2.1.jar | 65 KB |
| jfacets-2.1-sources.jar | 50 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sourceforge.jfacets/jfacets/ -->
<dependency>
<groupId>net.sourceforge.jfacets</groupId>
<artifactId>jfacets</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.jfacets/jfacets/
implementation 'net.sourceforge.jfacets:jfacets:2.1'
// https://jarcasting.com/artifacts/net.sourceforge.jfacets/jfacets/
implementation ("net.sourceforge.jfacets:jfacets:2.1")
'net.sourceforge.jfacets:jfacets:jar:2.1'
<dependency org="net.sourceforge.jfacets" name="jfacets" rev="2.1">
<artifact name="jfacets" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.jfacets', module='jfacets', version='2.1')
)
libraryDependencies += "net.sourceforge.jfacets" % "jfacets" % "2.1"
[net.sourceforge.jfacets/jfacets "2.1"]