License |
License |
---|---|
GroupId | GroupIdcom.louislivi.fastdep |
ArtifactId | ArtifactIdfastdep |
Version | Version1.0.6 |
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.6.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.louislivi.fastdep/fastdep/ -->
<dependency>
<groupId>com.louislivi.fastdep</groupId>
<artifactId>fastdep</artifactId>
<version>1.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.louislivi.fastdep/fastdep/
implementation 'com.louislivi.fastdep:fastdep:1.0.6'
// https://jarcasting.com/artifacts/com.louislivi.fastdep/fastdep/
implementation ("com.louislivi.fastdep:fastdep:1.0.6")
'com.louislivi.fastdep:fastdep:pom:1.0.6'
<dependency org="com.louislivi.fastdep" name="fastdep" rev="1.0.6">
<artifact name="fastdep" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.louislivi.fastdep', module='fastdep', version='1.0.6')
)
libraryDependencies += "com.louislivi.fastdep" % "fastdep" % "1.0.6"
[com.louislivi.fastdep/fastdep "1.0.6"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.1.5.RELEASE |