Files download
File Operation
jmolecules-bom-2023.1.6.pom download
Apache Maven
<dependency>
  <groupId>org.jmolecules</groupId>
  <artifactId>jmolecules-bom</artifactId>
  <version>2023.1.6</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.jmolecules:jmolecules-bom:2023.1.6'
Gradle Kotlin
implementation("org.jmolecules:jmolecules-bom:2023.1.6")
Scala SBT
libraryDependencies += "org.jmolecules" % "jmolecules-bom" % "2023.1.6"
Groovy Grape
@Grapes(
  @Grab(group='org.jmolecules', module='jmolecules-bom', version='2023.1.6')
)
Apache Ivy
<dependency org="org.jmolecules" name="jmolecules-bom" rev="2023.1.6" />
Leiningen
[org.jmolecules/jmolecules-bom "2023.1.6"]
Apache Buildr
'org.jmolecules:jmolecules-bom:jar:2023.1.6'
Dependencies
The project has no third-party dependencies