is not current version
Last Version 0.2.0

com.github.chrisgleissner:behaim 0.1.0

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

GroupId

GroupId

com.github.chrisgleissner
ArtifactId

ArtifactId

behaim
Version

Version

0.1.0
Type

Type

jar

Download behaim 0.1.0


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