Apache Cayenne Integration Module for Bootique. See usage example bootique-cayenne-demo.
| License |
License |
|---|---|
| Categories |
CategoriesBootique User Interface Web Frameworks |
| GroupId | GroupIdcom.nhl.bootique.cayenne |
| ArtifactId | ArtifactIdbootique-cayenne-parent |
| Last Version | Last Version0.15 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionbootique-cayenne-parent: parent of Bootique/Cayenne integration modules
Parent POM of Bootique/Cayenne integration modules.
|
| Project Organization |
Project OrganizationNational Hockey League |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| bootique-cayenne-parent-0.15.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.nhl.bootique.cayenne/bootique-cayenne-parent/ -->
<dependency>
<groupId>com.nhl.bootique.cayenne</groupId>
<artifactId>bootique-cayenne-parent</artifactId>
<version>0.15</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.nhl.bootique.cayenne/bootique-cayenne-parent/
implementation 'com.nhl.bootique.cayenne:bootique-cayenne-parent:0.15'
// https://jarcasting.com/artifacts/com.nhl.bootique.cayenne/bootique-cayenne-parent/
implementation ("com.nhl.bootique.cayenne:bootique-cayenne-parent:0.15")
'com.nhl.bootique.cayenne:bootique-cayenne-parent:pom:0.15'
<dependency org="com.nhl.bootique.cayenne" name="bootique-cayenne-parent" rev="0.15">
<artifact name="bootique-cayenne-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.nhl.bootique.cayenne', module='bootique-cayenne-parent', version='0.15')
)
libraryDependencies += "com.nhl.bootique.cayenne" % "bootique-cayenne-parent" % "0.15"
[com.nhl.bootique.cayenne/bootique-cayenne-parent "0.15"]
Apache Cayenne Integration Module for Bootique. See usage example bootique-cayenne-demo.