文件下载
文件名 操作
jmolecules-examples-0.3.0.pom 下载
Apache Maven
<dependency>
  <groupId>org.jmolecules.integrations</groupId>
  <artifactId>jmolecules-examples</artifactId>
  <version>0.3.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.jmolecules.integrations:jmolecules-examples:0.3.0'
Gradle Kotlin
implementation("org.jmolecules.integrations:jmolecules-examples:0.3.0")
Scala SBT
libraryDependencies += "org.jmolecules.integrations" % "jmolecules-examples" % "0.3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jmolecules.integrations', module='jmolecules-examples', version='0.3.0')
)
Apache Ivy
<dependency org="org.jmolecules.integrations" name="jmolecules-examples" rev="0.3.0" />
Leiningen
[org.jmolecules.integrations/jmolecules-examples "0.3.0"]
Apache Buildr
'org.jmolecules.integrations:jmolecules-examples:jar:0.3.0'