не последняя версия
Последняя версия 1.0.29

com.butor:butor-dao 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 is a data access module

Группа

Группа

com.butor
Идентификатор

Идентификатор

butor-dao
Версия

Версия

1.0.6
Тип

Тип

jar

Скачать butor-dao 1.0.6


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