Last Version

Butor Framework Core - Parent 1.0.29

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

License

License

GroupId

GroupId

com.butor
ArtifactId

ArtifactId

butor-fw-core-parent
Version

Version

1.0.29
Type

Type

pom
Description

Description

Butor Framework Core - Parent
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
Project URL

Project URL

http://www.butor.com
Project Organization

Project Organization

Butor Inc.
Source Code Management

Source Code Management

https://bitbucket.org/butor-team/butor-fw-core.git

Download butor-fw-core-parent 1.0.29


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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

  • butor-dao
  • butor-json
  • butor-log4j
  • butor-spring
  • butor-test
  • butor-utils