MVN

be.ida-mediafoundry.jetpack : carve.ui.apps

Maven & Gradle

Sep 03, 2019
3 stars

Jetpack Carve - Object Relational Mapper - UI apps · Carve - Object Relational Mapper - UI. Jetpack, powered by iDA Mediafoundry.

<dependency>
    <groupId>be.ida-mediafoundry.jetpack</groupId>
    <artifactId>carve.ui.apps</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of be.ida-mediafoundry.jetpack : carve.ui.apps to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2

All Versions

Choose a version of be.ida-mediafoundry.jetpack : carve.ui.apps to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
carve.ui.apps-1.1.2
carve.ui.apps-1.1.1
carve.ui.apps-1.1.0
1.0.x
carve.ui.apps-1.0.0
0.0.x
carve.ui.apps-0.0.4

How to add a dependency to Maven

Add the following be.ida-mediafoundry.jetpack : carve.ui.apps maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>be.ida-mediafoundry.jetpack</groupId>
    <artifactId>carve.ui.apps</artifactId>
    <version>1.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following be.ida-mediafoundry.jetpack : carve.ui.apps gradle dependency to your build.gradle file:

implementation 'be.ida-mediafoundry.jetpack:carve.ui.apps:1.1.2'

Gradle Kotlin DSL: Add the following be.ida-mediafoundry.jetpack : carve.ui.apps gradle kotlin dependency to your build.gradle.kts file:

implementation("be.ida-mediafoundry.jetpack:carve.ui.apps:1.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following be.ida-mediafoundry.jetpack : carve.ui.apps sbt scala dependency to your build.sbt file:

libraryDependencies += "be.ida-mediafoundry.jetpack" % "carve.ui.apps" % "1.1.2"

Advertisement