j

joint

Organizing, understanding and broadcasting information requires a joint effort.
Files download
File Operation
joint-0.0.4.pom download
Apache Maven
<dependency>
  <groupId>com.g2forge.joint</groupId>
  <artifactId>joint</artifactId>
  <version>0.0.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.g2forge.joint:joint:0.0.4'
Gradle Kotlin
implementation("com.g2forge.joint:joint:0.0.4")
Scala SBT
libraryDependencies += "com.g2forge.joint" % "joint" % "0.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.g2forge.joint', module='joint', version='0.0.4')
)
Apache Ivy
<dependency org="com.g2forge.joint" name="joint" rev="0.0.4" />
Leiningen
[com.g2forge.joint/joint "0.0.4"]
Apache Buildr
'com.g2forge.joint:joint:jar:0.0.4'