MVN

org.kantega.jexmec : jexmec-ctor-pl

Maven & Gradle

Nov 17, 2012
10 usages

Jexmec :: Simple constructor injection plugin loader

<dependency>
    <groupId>org.kantega.jexmec</groupId>
    <artifactId>jexmec-ctor-pl</artifactId>
    <version>2.0.0rc8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kantega.jexmec : jexmec-ctor-pl to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0rc8

All Versions

Choose a version of org.kantega.jexmec : jexmec-ctor-pl to add to Maven or Gradle - All Versions:

  • Version Updated
  • jexmec-ctor-pl-2.0.0rc8

    Nov 17, 2012
  • jexmec-ctor-pl-2.0.0rc7

    Sep 07, 2011
  • jexmec-ctor-pl-2.0.0rc6

    Apr 12, 2011
  • jexmec-ctor-pl-2.0.0rc5

    Mar 08, 2011
  • jexmec-ctor-pl-2.0.0rc4

    Mar 02, 2011
  • jexmec-ctor-pl-2.0.0rc3

    Feb 28, 2011

How to add a dependency to Maven

Add the following org.kantega.jexmec : jexmec-ctor-pl maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.kantega.jexmec</groupId>
    <artifactId>jexmec-ctor-pl</artifactId>
    <version>2.0.0rc8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.kantega.jexmec : jexmec-ctor-pl gradle dependency to your build.gradle file:

implementation 'org.kantega.jexmec:jexmec-ctor-pl:2.0.0rc8'

Gradle Kotlin DSL: Add the following org.kantega.jexmec : jexmec-ctor-pl gradle kotlin dependency to your build.gradle.kts file:

implementation("org.kantega.jexmec:jexmec-ctor-pl:2.0.0rc8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.kantega.jexmec : jexmec-ctor-pl sbt scala dependency to your build.sbt file:

libraryDependencies += "org.kantega.jexmec" % "jexmec-ctor-pl" % "2.0.0rc8"