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

com.butor:butor-portal-model 1.0.0

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 module to use butor framework with butor portal.

Группа

Группа

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

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

butor-portal-model
Версия

Версия

1.0.0
Тип

Тип

jar

Скачать butor-portal-model 1.0.0


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