| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.bardframework.crud |
| Идентификатор | Идентификаторcrud-common |
| Версия | Версия0.4 |
| Тип | Типjar |
| Описание |
ОписаниеThe Bard Framework Parent POM provides common settings for all Bards components.
|
| Имя Файла | Размер |
|---|---|
| crud-common-0.4.pom | |
| crud-common-0.4.jar | 5 KB |
| crud-common-0.4-sources.jar | 6 KB |
| crud-common-0.4-javadoc.jar | 50 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.bardframework.crud/crud-common/ -->
<dependency>
<groupId>org.bardframework.crud</groupId>
<artifactId>crud-common</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.bardframework.crud/crud-common/
implementation 'org.bardframework.crud:crud-common:0.4'
// https://jarcasting.com/artifacts/org.bardframework.crud/crud-common/
implementation ("org.bardframework.crud:crud-common:0.4")
'org.bardframework.crud:crud-common:jar:0.4'
<dependency org="org.bardframework.crud" name="crud-common" rev="0.4">
<artifact name="crud-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bardframework.crud', module='crud-common', version='0.4')
)
libraryDependencies += "org.bardframework.crud" % "crud-common" % "0.4"
[org.bardframework.crud/crud-common "0.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.bardframework.commons : common-utils | jar | 0.4 |
| org.springframework : spring-web | jar | 5.3.1 |
| org.springframework : spring-context | jar | 5.3.1 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.assertj : assertj-core | jar | 3.18.1 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |