Files download
File Operation
icongroups-1.3.0.jar download
icongroups-1.3.0.pom download
icongroups-1.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.fifesoft</groupId>
  <artifactId>icongroups</artifactId>
  <version>1.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.fifesoft:icongroups:1.3.0'
Gradle Kotlin
implementation("com.fifesoft:icongroups:1.3.0")
Scala SBT
libraryDependencies += "com.fifesoft" % "icongroups" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.fifesoft', module='icongroups', version='1.3.0')
)
Apache Ivy
<dependency org="com.fifesoft" name="icongroups" rev="1.3.0" />
Leiningen
[com.fifesoft/icongroups "1.3.0"]
Apache Buildr
'com.fifesoft:icongroups:jar:1.3.0'