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