hepek-classycle

Classycle fork

License

License

GroupId

GroupId

ba.sake
ArtifactId

ArtifactId

hepek-classycle
Last Version

Last Version

0.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

hepek-classycle
Classycle fork
Project URL

Project URL

http://sake.ba
Project Organization

Project Organization

ba.sake
Source Code Management

Source Code Management

https://github.com/sake92/hepek-classycle

Download hepek-classycle

How to add to project

<!-- https://jarcasting.com/artifacts/ba.sake/hepek-classycle/ -->
<dependency>
    <groupId>ba.sake</groupId>
    <artifactId>hepek-classycle</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/ba.sake/hepek-classycle/
implementation 'ba.sake:hepek-classycle:0.0.1'
// https://jarcasting.com/artifacts/ba.sake/hepek-classycle/
implementation ("ba.sake:hepek-classycle:0.0.1")
'ba.sake:hepek-classycle:jar:0.0.1'
<dependency org="ba.sake" name="hepek-classycle" rev="0.0.1">
  <artifact name="hepek-classycle" type="jar" />
</dependency>
@Grapes(
@Grab(group='ba.sake', module='hepek-classycle', version='0.0.1')
)
libraryDependencies += "ba.sake" % "hepek-classycle" % "0.0.1"
[ba.sake/hepek-classycle "0.0.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

hepek-classycle

Maven Central
Classycle, ressurected

This is a fork of popular library called Classycle.

What's different?

  • added Java 7 and Java 9 Constant pool tags.
    Last official Classycle version (1.4.2) didn't support them.
    You would recognize it by running into an issue like this one.
  • refactored to generics, lambdas etc
  • formatted code
  • removed Ant tasks, you can implement your own if you want... 😜

Usage

Programmatically

libraryDependencies ++= Seq("ba.sake" % "hepek-classycle" % "0.0.1")

Console

See official user guide.

TODO

  • improve MethodHandleConstant and InvokeDynamicConstant. Anyone?
  • final-ize classes ???
  • remove Vector class ???

Versions

Version
0.0.1