MVN

sk.seges.sesam : sesam-core

Maven & Gradle

Sep 24, 2014
42 usages

sesam-core · Core interfaces and support classes to ease information systems development. Usually requirement is to implement multi-tier application using database, DAOs, services, models and listeners.

<dependency>
    <groupId>sk.seges.sesam</groupId>
    <artifactId>sesam-core</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of sk.seges.sesam : sesam-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of sk.seges.sesam : sesam-core to add to Maven or Gradle - All Versions:

  • Version Updated
  • sesam-core-2.0.0

    Sep 24, 2014
  • sesam-core-1.2.2

    Dec 24, 2012
  • sesam-core-1.2.1

    May 22, 2012
  • sesam-core-1.2.0

    Oct 08, 2011
  • sesam-core-1.1.3

    Jun 16, 2011
  • sesam-core-1.1.2

    May 12, 2011
  • sesam-core-1.1.1

    May 10, 2011
  • sesam-core-1.0.8

    Dec 27, 2010
  • sesam-core-1.1.0

    Dec 03, 2010

How to add a dependency to Maven

Add the following sk.seges.sesam : sesam-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>sk.seges.sesam</groupId>
    <artifactId>sesam-core</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following sk.seges.sesam : sesam-core gradle dependency to your build.gradle file:

implementation 'sk.seges.sesam:sesam-core:2.0.0'

Gradle Kotlin DSL: Add the following sk.seges.sesam : sesam-core gradle kotlin dependency to your build.gradle.kts file:

implementation("sk.seges.sesam:sesam-core:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following sk.seges.sesam : sesam-core sbt scala dependency to your build.sbt file:

libraryDependencies += "sk.seges.sesam" % "sesam-core" % "2.0.0"