MVN

ch.semafor : gendas

Maven & Gradle

Apr 26, 2011

Generic Data Store for Java Beans · This component provides CRUD services for java beans combined with revision management and based on a relational database.

<dependency>
    <groupId>ch.semafor</groupId>
    <artifactId>gendas</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.semafor : gendas to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2

All Versions

Choose a version of ch.semafor : gendas to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
gendas-1.1.2
gendas-1.1.1
1.0.x
gendas-1.0.1

How to add a dependency to Maven

Add the following ch.semafor : gendas maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ch.semafor</groupId>
    <artifactId>gendas</artifactId>
    <version>1.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.semafor : gendas gradle dependency to your build.gradle file:

implementation 'ch.semafor:gendas:1.1.2'

Gradle Kotlin DSL: Add the following ch.semafor : gendas gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.semafor:gendas:1.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.semafor : gendas sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.semafor" % "gendas" % "1.1.2"

Advertisement