не последняя версия
Последняя версия 8.2.0

org.apache.juneau:juneau-examples-rest-springboot 8.1.1

Sample code deployed using Spring Boot.

Группа

Группа

org.apache.juneau
Идентификатор

Идентификатор

juneau-examples-rest-springboot
Версия

Версия

8.1.1
Тип

Тип

jar

Скачать juneau-examples-rest-springboot 8.1.1


<!-- https://jarcasting.com/artifacts/org.apache.juneau/juneau-examples-rest-springboot/ -->
<dependency>
    <groupId>org.apache.juneau</groupId>
    <artifactId>juneau-examples-rest-springboot</artifactId>
    <version>8.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.juneau/juneau-examples-rest-springboot/
implementation 'org.apache.juneau:juneau-examples-rest-springboot:8.1.1'
// https://jarcasting.com/artifacts/org.apache.juneau/juneau-examples-rest-springboot/
implementation ("org.apache.juneau:juneau-examples-rest-springboot:8.1.1")
'org.apache.juneau:juneau-examples-rest-springboot:jar:8.1.1'
<dependency org="org.apache.juneau" name="juneau-examples-rest-springboot" rev="8.1.1">
  <artifact name="juneau-examples-rest-springboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.juneau', module='juneau-examples-rest-springboot', version='8.1.1')
)
libraryDependencies += "org.apache.juneau" % "juneau-examples-rest-springboot" % "8.1.1"
[org.apache.juneau/juneau-examples-rest-springboot "8.1.1"]