is not current version
Last Version 1.0.2.RELEASE

com.github.vindell:javassist-plus 1.0.1.RELEASE

javassist plus

Categories

Categories

Javassist Application Layer Libs Bytecode Manipulation
GroupId

GroupId

com.github.vindell
ArtifactId

ArtifactId

javassist-plus
Version

Version

1.0.1.RELEASE
Type

Type

jar

Download javassist-plus 1.0.1.RELEASE


<!-- https://jarcasting.com/artifacts/com.github.vindell/javassist-plus/ -->
<dependency>
    <groupId>com.github.vindell</groupId>
    <artifactId>javassist-plus</artifactId>
    <version>1.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vindell/javassist-plus/
implementation 'com.github.vindell:javassist-plus:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.github.vindell/javassist-plus/
implementation ("com.github.vindell:javassist-plus:1.0.1.RELEASE")
'com.github.vindell:javassist-plus:jar:1.0.1.RELEASE'
<dependency org="com.github.vindell" name="javassist-plus" rev="1.0.1.RELEASE">
  <artifact name="javassist-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vindell', module='javassist-plus', version='1.0.1.RELEASE')
)
libraryDependencies += "com.github.vindell" % "javassist-plus" % "1.0.1.RELEASE"
[com.github.vindell/javassist-plus "1.0.1.RELEASE"]