Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.microprofile.lra |
ArtifactId | ArtifactIdmicroprofile-lra-api |
Version | Version1.0-M2 |
Type | Typejar |
Filename | Size |
---|---|
microprofile-lra-api-1.0-M2.pom | |
microprofile-lra-api-1.0-M2.jar | 16 KB |
microprofile-lra-api-1.0-M2-sources.jar | 31 KB |
microprofile-lra-api-1.0-M2-javadoc.jar | 102 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile.lra/microprofile-lra-api/ -->
<dependency>
<groupId>org.eclipse.microprofile.lra</groupId>
<artifactId>microprofile-lra-api</artifactId>
<version>1.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile.lra/microprofile-lra-api/
implementation 'org.eclipse.microprofile.lra:microprofile-lra-api:1.0-M2'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.lra/microprofile-lra-api/
implementation ("org.eclipse.microprofile.lra:microprofile-lra-api:1.0-M2")
'org.eclipse.microprofile.lra:microprofile-lra-api:jar:1.0-M2'
<dependency org="org.eclipse.microprofile.lra" name="microprofile-lra-api" rev="1.0-M2">
<artifact name="microprofile-lra-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.lra', module='microprofile-lra-api', version='1.0-M2')
)
libraryDependencies += "org.eclipse.microprofile.lra" % "microprofile-lra-api" % "1.0-M2"
[org.eclipse.microprofile.lra/microprofile-lra-api "1.0-M2"]