| License |
License |
|---|---|
| GroupId | GroupIdorg.bardframework.crud |
| ArtifactId | ArtifactIdcrud-parent |
| Version | Version0.9.4 |
| Type | Typepom |
| Description |
DescriptionThe Bard Framework Parent POM provides common settings for all Bards components.
|
| Filename | Size |
|---|---|
| crud-parent-0.9.4.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.bardframework.crud/crud-parent/ -->
<dependency>
<groupId>org.bardframework.crud</groupId>
<artifactId>crud-parent</artifactId>
<version>0.9.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bardframework.crud/crud-parent/
implementation 'org.bardframework.crud:crud-parent:0.9.4'
// https://jarcasting.com/artifacts/org.bardframework.crud/crud-parent/
implementation ("org.bardframework.crud:crud-parent:0.9.4")
'org.bardframework.crud:crud-parent:pom:0.9.4'
<dependency org="org.bardframework.crud" name="crud-parent" rev="0.9.4">
<artifact name="crud-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bardframework.crud', module='crud-parent', version='0.9.4')
)
libraryDependencies += "org.bardframework.crud" % "crud-parent" % "0.9.4"
[org.bardframework.crud/crud-parent "0.9.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.assertj : assertj-core | jar | 3.21.0 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.1 |