MVN

com.googlecode.jmcnet : jmcnet-libCommun

Maven & Gradle

Apr 06, 2010

JMCNet librairie commune · This project aim's to provide J2EE reusable components : - flex integration : FlexAcegiLoginCommand, ServiceLoggerPresentation, SpringFactory, - FOP formatter : FopFormatter, - Spring and Acegi for JUnit : SpringBaseTestCase, AcegiBaseTestCase, - Servlet : RedirectDisconnectedSessionFilter, - utilit classes : ConvertCharset, CriptoUtilit, FileData, FormatUtilit, Time, TimeHHMM, TimeHHMMSS, - Expression parser et evaluator : see jmcnet.libcommun.utilit.evaluator, - Mail utilit : see jmcnet.libcommun.utilit.mail

<dependency>
    <groupId>com.googlecode.jmcnet</groupId>
    <artifactId>jmcnet-libCommun</artifactId>
    <version>1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.jmcnet : jmcnet-libCommun to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8

All Versions

Choose a version of com.googlecode.jmcnet : jmcnet-libCommun to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8
jmcnet-libCommun-1.8

How to add a dependency to Maven

Add the following com.googlecode.jmcnet : jmcnet-libCommun maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.googlecode.jmcnet</groupId>
    <artifactId>jmcnet-libCommun</artifactId>
    <version>1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.googlecode.jmcnet : jmcnet-libCommun gradle dependency to your build.gradle file:

implementation 'com.googlecode.jmcnet:jmcnet-libCommun:1.8'

Gradle Kotlin DSL: Add the following com.googlecode.jmcnet : jmcnet-libCommun gradle kotlin dependency to your build.gradle.kts file:

implementation("com.googlecode.jmcnet:jmcnet-libCommun:1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.googlecode.jmcnet : jmcnet-libCommun sbt scala dependency to your build.sbt file:

libraryDependencies += "com.googlecode.jmcnet" % "jmcnet-libCommun" % "1.8"

Advertisement