License |
License |
---|---|
GroupId | GroupIdcom.louislivi.fastdep |
ArtifactId | ArtifactIdfastdep |
Last Version | Last Version1.0.7 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionfastdep
Fast integration dependencies in Spring Boot.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fastdep-1.0.7.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.louislivi.fastdep/fastdep/ -->
<dependency>
<groupId>com.louislivi.fastdep</groupId>
<artifactId>fastdep</artifactId>
<version>1.0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.louislivi.fastdep/fastdep/
implementation 'com.louislivi.fastdep:fastdep:1.0.7'
// https://jarcasting.com/artifacts/com.louislivi.fastdep/fastdep/
implementation ("com.louislivi.fastdep:fastdep:1.0.7")
'com.louislivi.fastdep:fastdep:pom:1.0.7'
<dependency org="com.louislivi.fastdep" name="fastdep" rev="1.0.7">
<artifact name="fastdep" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.louislivi.fastdep', module='fastdep', version='1.0.7')
)
libraryDependencies += "com.louislivi.fastdep" % "fastdep" % "1.0.7"
[com.louislivi.fastdep/fastdep "1.0.7"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.1.5.RELEASE |