MVN

org.codehaus.castor : castor-archetype-codegen-testcase

Maven & Gradle

May 16, 2016

Castor XML - Code generator JUnit test archetype · Maven archetype of a JUnit test case for the Castor XML code generator

<dependency>
    <groupId>org.codehaus.castor</groupId>
    <artifactId>castor-archetype-codegen-testcase</artifactId>
    <version>1.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.castor : castor-archetype-codegen-testcase to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.1
  • Latest Release Candidate: 1.3.3-rc1

All Versions

Choose a version of org.codehaus.castor : castor-archetype-codegen-testcase to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
castor-archetype-codegen-testcase-1.4.1
castor-archetype-codegen-testcase-1.4.0
1.3.x
castor-archetype-codegen-testcase-1.3.3
castor-archetype-codegen-testcase-1.3.3-rc1

How to add a dependency to Maven

Add the following org.codehaus.castor : castor-archetype-codegen-testcase maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.codehaus.castor</groupId>
    <artifactId>castor-archetype-codegen-testcase</artifactId>
    <version>1.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.codehaus.castor : castor-archetype-codegen-testcase gradle dependency to your build.gradle file:

implementation 'org.codehaus.castor:castor-archetype-codegen-testcase:1.4.1'

Gradle Kotlin DSL: Add the following org.codehaus.castor : castor-archetype-codegen-testcase gradle kotlin dependency to your build.gradle.kts file:

implementation("org.codehaus.castor:castor-archetype-codegen-testcase:1.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.codehaus.castor : castor-archetype-codegen-testcase sbt scala dependency to your build.sbt file:

libraryDependencies += "org.codehaus.castor" % "castor-archetype-codegen-testcase" % "1.4.1"

Advertisement