MVN

io.datakernel : codegen

Maven & Gradle

Oct 07, 2015
1 usages

DataKernel: Codegen · Dynamic class and method bytecode generator on top of ObjectWeb ASM. An expression-based fluent API abstracts the complexity of direct bytecode manipulation.

<dependency>
    <groupId>io.datakernel</groupId>
    <artifactId>codegen</artifactId>
    <version>1.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.datakernel : codegen to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.3

All Versions

Choose a version of io.datakernel : codegen to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
codegen-1.1.3
codegen-1.1.2
1.1
codegen-1.1

How to add a dependency to Maven

Add the following io.datakernel : codegen maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.datakernel</groupId>
    <artifactId>codegen</artifactId>
    <version>1.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.datakernel : codegen gradle dependency to your build.gradle file:

implementation 'io.datakernel:codegen:1.1.3'

Gradle Kotlin DSL: Add the following io.datakernel : codegen gradle kotlin dependency to your build.gradle.kts file:

implementation("io.datakernel:codegen:1.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.datakernel : codegen sbt scala dependency to your build.sbt file:

libraryDependencies += "io.datakernel" % "codegen" % "1.1.3"

Advertisement

Dependencies from Group

Nov 14, 2019
30 usages
91 stars
Nov 14, 2019
17 usages
91 stars
Nov 14, 2019
10 usages
91 stars
Nov 14, 2019
9 usages
91 stars
Nov 14, 2019
9 usages
91 stars

Discover Dependencies

Sep 23, 2015
1 usages
12 stars
Sep 23, 2015
1 usages
12 stars
Jan 02, 2016
1 usages
12 stars
Dec 09, 2018
1 usages
1 stars
Feb 01, 2017
1 usages
2 stars
Sep 27, 2015
1 usages
Sep 29, 2015
1 usages
Oct 04, 2015
1 usages
Dec 07, 2017
2 usages
2.8k stars