is not current version
Last Version 0.2

com.jillesvangurp:spring-depend 0.1

A tool for generating a spring bean dependency graph

GroupId

GroupId

com.jillesvangurp
ArtifactId

ArtifactId

spring-depend
Version

Version

0.1
Type

Type

jar

Download spring-depend 0.1


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