Last Version

Behaim 0.2.0

Behaim framework for exploring a Java object graph via reflection. Supports visitor-based modification of the object graph.

License

License

GroupId

GroupId

com.github.chrisgleissner
ArtifactId

ArtifactId

behaim
Version

Version

0.2.0
Type

Type

jar
Description

Description

Behaim
Behaim framework for exploring a Java object graph via reflection. Supports visitor-based modification of the object graph.
Project URL

Project URL

https://github.com/chrisgleissner/behaim/
Project Organization

Project Organization

none
Source Code Management

Source Code Management

https://github.com/chrisgleissner/behaim

Download behaim 0.2.0


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

Dependencies

compile (2)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.6.0
ch.qos.logback : logback-classic Optional jar 0.9.21

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.assertj : assertj-core jar 1.7.1
org.mockito : mockito-core jar 1.10.19

Project Modules

There are no modules declared in this project.