License |
License |
---|---|
Categories |
CategoriesJavaScript Languages Spring Boot Container Microservices |
GroupId | GroupIdcom.restapijs |
ArtifactId | ArtifactIdrestapijs-spring-boot |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionrestapijs-spring-boot
Parent pom providing dependency and plugin management for applications
built with Maven
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
restapijs-spring-boot-1.0.pom | |
restapijs-spring-boot-1.0.jar | 20 KB |
restapijs-spring-boot-1.0-sources.jar | 9 KB |
restapijs-spring-boot-1.0-javadoc.jar | 115 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.restapijs/restapijs-spring-boot/ -->
<dependency>
<groupId>com.restapijs</groupId>
<artifactId>restapijs-spring-boot</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.restapijs/restapijs-spring-boot/
implementation 'com.restapijs:restapijs-spring-boot:1.0'
// https://jarcasting.com/artifacts/com.restapijs/restapijs-spring-boot/
implementation ("com.restapijs:restapijs-spring-boot:1.0")
'com.restapijs:restapijs-spring-boot:jar:1.0'
<dependency org="com.restapijs" name="restapijs-spring-boot" rev="1.0">
<artifact name="restapijs-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.restapijs', module='restapijs-spring-boot', version='1.0')
)
libraryDependencies += "com.restapijs" % "restapijs-spring-boot" % "1.0"
[com.restapijs/restapijs-spring-boot "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 1.4.1.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 1.4.1.RELEASE |
org.apache.commons : commons-lang3 | jar | 3.4 |
org.reflections : reflections | jar | 0.9.10 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |