com.github.gv2011:util-beans-cglib

General purpose utilities - parent.

License

License

Categories

Categories

cglib Application Layer Libs Bytecode Manipulation
GroupId

GroupId

com.github.gv2011
ArtifactId

ArtifactId

util-beans-cglib
Last Version

Last Version

0.9
Release Date

Release Date

Type

Type

jar
Description

Description

General purpose utilities - parent.

Download util-beans-cglib

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.gv2011/util-beans-cglib/ -->
<dependency>
    <groupId>com.github.gv2011</groupId>
    <artifactId>util-beans-cglib</artifactId>
    <version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gv2011/util-beans-cglib/
implementation 'com.github.gv2011:util-beans-cglib:0.9'
// https://jarcasting.com/artifacts/com.github.gv2011/util-beans-cglib/
implementation ("com.github.gv2011:util-beans-cglib:0.9")
'com.github.gv2011:util-beans-cglib:jar:0.9'
<dependency org="com.github.gv2011" name="util-beans-cglib" rev="0.9">
  <artifact name="util-beans-cglib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gv2011', module='util-beans-cglib', version='0.9')
)
libraryDependencies += "com.github.gv2011" % "util-beans-cglib" % "0.9"
[com.github.gv2011/util-beans-cglib "0.9"]

Dependencies

compile (3)

Group / Artifact Type Version
com.github.gv2011 : util-beans jar 0.9
jakarta.activation : jakarta.activation-api jar
cglib : cglib jar

test (3)

Group / Artifact Type Version
junit : junit jar
org.hamcrest : hamcrest jar
com.github.gv2011.logback : logback-classic jar 1.3.4

Project Modules

There are no modules declared in this project.

Maven Central Build Status License: MIT

util

General purpose utilities.

License and copyright

See file pom.xml.

Dependencies

<dependency>
  <groupId>com.github.gv2011</groupId>
  <artifactId>util-apis</artifactId>
  <version>0.7</version>
</dependency>

<dependency>
  <groupId>com.github.gv2011</groupId>
  <artifactId>gcol</artifactId>
  <version>${util.version}</version>
  <scope>runtime</scope>
</dependency>
<dependency>
  <groupId>com.github.gv2011</groupId>
  <artifactId>util-beans</artifactId>
  <version>${util.version}</version>
  <scope>runtime</scope>
</dependency>
<dependency>
  <groupId>com.github.gv2011</groupId>
  <artifactId>jsong</artifactId>
  <version>${util.version}</version>
  <scope>runtime</scope>
</dependency>
<dependency>
  <groupId>com.github.gv2011</groupId>
  <artifactId>util-logback</artifactId>
  <version>${util.version}</version>
  <scope>runtime</scope>
</dependency>

<dependency>
  <groupId>com.github.gv2011</groupId>
  <artifactId>testutil</artifactId>
  <version>${util.version}</version>
  <scope>test</scope>
</dependency>

Sonatype repo

https://oss.sonatype.org/content/groups/public/com/github/gv2011/util-parent/

Versions

Version
0.9
0.8
0.7
0.6
0.5.6
0.5.0
0.4.0
0.3.10
0.3.9
0.3.8