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.
https://jbrew.org
GNU Lesser General Public License v3.0
Neal Kumar
Files download
File Operation
jbrew-parent-0.1.0-beta.4.pom download
Apache Maven
<dependency>
  <groupId>org.jbrew</groupId>
  <artifactId>jbrew-parent</artifactId>
  <version>0.1.0-beta.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.jbrew:jbrew-parent:0.1.0-beta.4'
Gradle Kotlin
implementation("org.jbrew:jbrew-parent:0.1.0-beta.4")
Scala SBT
libraryDependencies += "org.jbrew" % "jbrew-parent" % "0.1.0-beta.4"
Groovy Grape
@Grapes(
  @Grab(group='org.jbrew', module='jbrew-parent', version='0.1.0-beta.4')
)
Apache Ivy
<dependency org="org.jbrew" name="jbrew-parent" rev="0.1.0-beta.4" />
Leiningen
[org.jbrew/jbrew-parent "0.1.0-beta.4"]
Apache Buildr
'org.jbrew:jbrew-parent:jar:0.1.0-beta.4'
Dependencies