j

jbrew-parent

The JBrew Java library collection is a set of uitility libraries with features ranging from concurrency to the Java Native Interface, carefully tuned for high performance Linux systems using OpenJDK versions 8 or greater! The official documentation can be found at jbrew.org.
http://src.jbrew.org
BSD 3-Clause Clear License
Neal Kumar
Files download
File Operation
jbrew-parent-0.1.0-beta.6.pom download
Apache Maven
<dependency>
  <groupId>org.jbrew</groupId>
  <artifactId>jbrew-parent</artifactId>
  <version>0.1.0-beta.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.jbrew:jbrew-parent:0.1.0-beta.6'
Gradle Kotlin
implementation("org.jbrew:jbrew-parent:0.1.0-beta.6")
Scala SBT
libraryDependencies += "org.jbrew" % "jbrew-parent" % "0.1.0-beta.6"
Groovy Grape
@Grapes(
  @Grab(group='org.jbrew', module='jbrew-parent', version='0.1.0-beta.6')
)
Apache Ivy
<dependency org="org.jbrew" name="jbrew-parent" rev="0.1.0-beta.6" />
Leiningen
[org.jbrew/jbrew-parent "0.1.0-beta.6"]
Apache Buildr
'org.jbrew:jbrew-parent:jar:0.1.0-beta.6'
Dependencies