MVN

com.googlecode.classgenerator : classgenerator

Maven & Gradle

Apr 20, 2014
5 usages

classgenerator is a scala library that wraps javassist and provides various patterns for generating classes via subclassing and implementing interfaces.

<dependency>
    <groupId>com.googlecode.classgenerator</groupId>
    <artifactId>classgenerator</artifactId>
    <version>0.7.0-2.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.7.0-2.11
  • Latest Release Candidate: 0.6.7-2.10.0-RC5

All Versions

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

Version Vulnerabilities Updated
0.7.x
classgenerator-0.7.0-2.11
classgenerator-0.7.0-2.10
0.6.x
classgenerator-0.6.8-2.10.3
classgenerator-0.6.8-2.9.2
classgenerator-0.6.8-2.10.2
classgenerator-0.6.7-2.10.1
classgenerator-0.6.7-2.10.0
classgenerator-0.6.7-2.10.0-RC5
classgenerator-0.6.7-2.9.2
classgenerator-0.6.7-2.10.0-RC2
classgenerator-0.6.6-2.9.2
classgenerator-0.6.6-2.10.0-RC1
classgenerator-0.6.5-2.9.2
classgenerator-0.6.5-2.10.0-M7
classgenerator-0.6.4
classgenerator-0.6.3
classgenerator-0.6.2
classgenerator-0.6.0
0.5.x
classgenerator-0.5.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.googlecode.classgenerator</groupId>
    <artifactId>classgenerator</artifactId>
    <version>0.7.0-2.11</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.googlecode.classgenerator:classgenerator:0.7.0-2.11'

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

implementation("com.googlecode.classgenerator:classgenerator:0.7.0-2.11")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.googlecode.classgenerator" % "classgenerator" % "0.7.0-2.11"