| Категории |
КатегорииRESTEasy Межпрограммное взаимодействие REST Frameworks |
|---|---|
| Группа | Группаcom.turbospaces.boot |
| Идентификатор | Идентификаторbootstrap-resteasy-core |
| Версия | Версия1.0.25 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.turbospaces.boot/bootstrap-resteasy-core/ -->
<dependency>
<groupId>com.turbospaces.boot</groupId>
<artifactId>bootstrap-resteasy-core</artifactId>
<version>1.0.25</version>
</dependency>
// https://jarcasting.com/artifacts/com.turbospaces.boot/bootstrap-resteasy-core/
implementation 'com.turbospaces.boot:bootstrap-resteasy-core:1.0.25'
// https://jarcasting.com/artifacts/com.turbospaces.boot/bootstrap-resteasy-core/
implementation ("com.turbospaces.boot:bootstrap-resteasy-core:1.0.25")
'com.turbospaces.boot:bootstrap-resteasy-core:jar:1.0.25'
<dependency org="com.turbospaces.boot" name="bootstrap-resteasy-core" rev="1.0.25">
<artifact name="bootstrap-resteasy-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.turbospaces.boot', module='bootstrap-resteasy-core', version='1.0.25')
)
libraryDependencies += "com.turbospaces.boot" % "bootstrap-resteasy-core" % "1.0.25"
[com.turbospaces.boot/bootstrap-resteasy-core "1.0.25"]