GroupId | GroupIdorg.blocks4j.reconf |
---|---|
ArtifactId | ArtifactIdreconf-spring |
Version | Version3.0.8 |
Type | Typejar |
Filename | Size |
---|---|
reconf-spring-3.0.8.pom | |
reconf-spring-3.0.8.jar | 3 KB |
reconf-spring-3.0.8-sources.jar | 1 KB |
reconf-spring-3.0.8-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.blocks4j.reconf/reconf-spring/ -->
<dependency>
<groupId>org.blocks4j.reconf</groupId>
<artifactId>reconf-spring</artifactId>
<version>3.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.blocks4j.reconf/reconf-spring/
implementation 'org.blocks4j.reconf:reconf-spring:3.0.8'
// https://jarcasting.com/artifacts/org.blocks4j.reconf/reconf-spring/
implementation ("org.blocks4j.reconf:reconf-spring:3.0.8")
'org.blocks4j.reconf:reconf-spring:jar:3.0.8'
<dependency org="org.blocks4j.reconf" name="reconf-spring" rev="3.0.8">
<artifact name="reconf-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.blocks4j.reconf', module='reconf-spring', version='3.0.8')
)
libraryDependencies += "org.blocks4j.reconf" % "reconf-spring" % "3.0.8"
[org.blocks4j.reconf/reconf-spring "3.0.8"]