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