| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаorg.eclipse.microprofile.lra |
| Идентификатор | Идентификаторmicroprofile-lra-spec |
| Последняя версия | Последняя версия2.0-RC1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеMicroProfile LRA Specification
MicroProfile LRA Specification :: Specification
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| microprofile-lra-spec-2.0-RC1.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile.lra/microprofile-lra-spec/ -->
<dependency>
<groupId>org.eclipse.microprofile.lra</groupId>
<artifactId>microprofile-lra-spec</artifactId>
<version>2.0-RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile.lra/microprofile-lra-spec/
implementation 'org.eclipse.microprofile.lra:microprofile-lra-spec:2.0-RC1'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.lra/microprofile-lra-spec/
implementation ("org.eclipse.microprofile.lra:microprofile-lra-spec:2.0-RC1")
'org.eclipse.microprofile.lra:microprofile-lra-spec:pom:2.0-RC1'
<dependency org="org.eclipse.microprofile.lra" name="microprofile-lra-spec" rev="2.0-RC1">
<artifact name="microprofile-lra-spec" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.lra', module='microprofile-lra-spec', version='2.0-RC1')
)
libraryDependencies += "org.eclipse.microprofile.lra" % "microprofile-lra-spec" % "2.0-RC1"
[org.eclipse.microprofile.lra/microprofile-lra-spec "2.0-RC1"]