is not current version
Last Version 1.0.7

com.louislivi.fastdep:fastdep 1.0.1

Fast integration dependencies in Spring Boot.

GroupId

GroupId

com.louislivi.fastdep
ArtifactId

ArtifactId

fastdep
Version

Version

1.0.1
Type

Type

pom

Download fastdep 1.0.1

Filename Size
fastdep-1.0.1.pom 7 KB
Browse

<!-- https://jarcasting.com/artifacts/com.louislivi.fastdep/fastdep/ -->
<dependency>
    <groupId>com.louislivi.fastdep</groupId>
    <artifactId>fastdep</artifactId>
    <version>1.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.louislivi.fastdep/fastdep/
implementation 'com.louislivi.fastdep:fastdep:1.0.1'
// https://jarcasting.com/artifacts/com.louislivi.fastdep/fastdep/
implementation ("com.louislivi.fastdep:fastdep:1.0.1")
'com.louislivi.fastdep:fastdep:pom:1.0.1'
<dependency org="com.louislivi.fastdep" name="fastdep" rev="1.0.1">
  <artifact name="fastdep" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.louislivi.fastdep', module='fastdep', version='1.0.1')
)
libraryDependencies += "com.louislivi.fastdep" % "fastdep" % "1.0.1"
[com.louislivi.fastdep/fastdep "1.0.1"]