| Категории |
КатегорииScala Языки программирования |
|---|---|
| Группа | Группаcom.escalableapps.framework |
| Идентификатор | Идентификаторea-spring-starter-rest |
| Версия | Версия1.0.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| ea-spring-starter-rest-1.0.2.pom | |
| ea-spring-starter-rest-1.0.2.jar | 16 KB |
| ea-spring-starter-rest-1.0.2-sources.jar | 7 KB |
| ea-spring-starter-rest-1.0.2-javadoc.jar | 446 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.escalableapps.framework/ea-spring-starter-rest/ -->
<dependency>
<groupId>com.escalableapps.framework</groupId>
<artifactId>ea-spring-starter-rest</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.escalableapps.framework/ea-spring-starter-rest/
implementation 'com.escalableapps.framework:ea-spring-starter-rest:1.0.2'
// https://jarcasting.com/artifacts/com.escalableapps.framework/ea-spring-starter-rest/
implementation ("com.escalableapps.framework:ea-spring-starter-rest:1.0.2")
'com.escalableapps.framework:ea-spring-starter-rest:jar:1.0.2'
<dependency org="com.escalableapps.framework" name="ea-spring-starter-rest" rev="1.0.2">
<artifact name="ea-spring-starter-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.escalableapps.framework', module='ea-spring-starter-rest', version='1.0.2')
)
libraryDependencies += "com.escalableapps.framework" % "ea-spring-starter-rest" % "1.0.2"
[com.escalableapps.framework/ea-spring-starter-rest "1.0.2"]