MVN

commons-jelly : commons-jelly-tags-ojb

Maven & Gradle

Sep 20, 2005

commons-jelly-tags-ojb · A variety of tags for working with the ObjectBridge persistence engine

<dependency>
    <groupId>commons-jelly</groupId>
    <artifactId>commons-jelly-tags-ojb</artifactId>
    <version>20040902.073352</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of commons-jelly : commons-jelly-tags-ojb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20040902.073352

All Versions

Choose a version of commons-jelly : commons-jelly-tags-ojb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20040902.073352
commons-jelly-tags-ojb-20040902.073352
20030211.141630
commons-jelly-tags-ojb-20030211.141630
1.0
commons-jelly-tags-ojb-1.0

How to add a dependency to Maven

Add the following commons-jelly : commons-jelly-tags-ojb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>commons-jelly</groupId>
    <artifactId>commons-jelly-tags-ojb</artifactId>
    <version>20040902.073352</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following commons-jelly : commons-jelly-tags-ojb gradle dependency to your build.gradle file:

implementation 'commons-jelly:commons-jelly-tags-ojb:20040902.073352'

Gradle Kotlin DSL: Add the following commons-jelly : commons-jelly-tags-ojb gradle kotlin dependency to your build.gradle.kts file:

implementation("commons-jelly:commons-jelly-tags-ojb:20040902.073352")

How to add a dependency to SBT Scala

SBT Scala: Add the following commons-jelly : commons-jelly-tags-ojb sbt scala dependency to your build.sbt file:

libraryDependencies += "commons-jelly" % "commons-jelly-tags-ojb" % "20040902.073352"