is not current version
Last Version 1.0.29

com.butor:butor-spring 1.0.7

This project contains some Spring related utilities

GroupId

GroupId

com.butor
ArtifactId

ArtifactId

butor-spring
Version

Version

1.0.7
Type

Type

jar

Download butor-spring 1.0.7


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