is not current version
Last Version 1.0.29

com.butor:butor-spring 1.0.6

Butor Framework is a framework that enables fast and easy creation of HTTP services. (asynchronous and synchronous). It consists of several modules for different layers, such as data access, services, JSON serialization and test utilities. It sits on top of popular and proven libraries such as Google Guava and Spring. The project is released under APL 2.0 This project contains some Spring related utilities

GroupId

GroupId

com.butor
ArtifactId

ArtifactId

butor-spring
Version

Version

1.0.6
Type

Type

jar

Download butor-spring 1.0.6


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