MVN

com.ocpsoft.rewrite : rewrite-integration-cdi

Maven & Gradle

Mar 26, 2012
1 usages
<dependency>
    <groupId>com.ocpsoft.rewrite</groupId>
    <artifactId>rewrite-integration-cdi</artifactId>
    <version>1.0.0-SNAPSHOT</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.ocpsoft.rewrite : rewrite-integration-cdi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-SNAPSHOT
  • Latest Alpha: 1.0.0.Alpha11

All Versions

Choose a version of com.ocpsoft.rewrite : rewrite-integration-cdi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
rewrite-integration-cdi-1.0.0-SNAPSHOT
rewrite-integration-cdi-1.0.0.Alpha11
rewrite-integration-cdi-1.0.0.Alpha10
rewrite-integration-cdi-1.0.0.Alpha9
rewrite-integration-cdi-1.0.0.Alpha8
rewrite-integration-cdi-1.0.0.Alpha7
rewrite-integration-cdi-1.0.0.Alpha6
rewrite-integration-cdi-1.0.0.Alpha5
rewrite-integration-cdi-1.0.0.Alpha4
rewrite-integration-cdi-1.0.0.Alpha3
rewrite-integration-cdi-1.0.0.Alpha2
rewrite-integration-cdi-1.0.0.Alpha1

How to add a dependency to Maven

Add the following com.ocpsoft.rewrite : rewrite-integration-cdi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.ocpsoft.rewrite</groupId>
    <artifactId>rewrite-integration-cdi</artifactId>
    <version>1.0.0-SNAPSHOT</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.ocpsoft.rewrite : rewrite-integration-cdi gradle dependency to your build.gradle file:

implementation 'com.ocpsoft.rewrite:rewrite-integration-cdi:1.0.0-SNAPSHOT'

Gradle Kotlin DSL: Add the following com.ocpsoft.rewrite : rewrite-integration-cdi gradle kotlin dependency to your build.gradle.kts file:

implementation("com.ocpsoft.rewrite:rewrite-integration-cdi:1.0.0-SNAPSHOT")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.ocpsoft.rewrite : rewrite-integration-cdi sbt scala dependency to your build.sbt file:

libraryDependencies += "com.ocpsoft.rewrite" % "rewrite-integration-cdi" % "1.0.0-SNAPSHOT"