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