is not current version
Last Version 1.0.7.2

org.bitbucket.brunneng.introspection:bean-introspector 1.0.1

Tool for introspection of beans. Can be used as base for building other tools which rely on metadata dynamically linked to beans and it's properties.

Categories

Categories

Introspection Application Layer Libs
GroupId

GroupId

org.bitbucket.brunneng.introspection
ArtifactId

ArtifactId

bean-introspector
Version

Version

1.0.1
Type

Type

jar

Download bean-introspector 1.0.1


<!-- https://jarcasting.com/artifacts/org.bitbucket.brunneng.introspection/bean-introspector/ -->
<dependency>
    <groupId>org.bitbucket.brunneng.introspection</groupId>
    <artifactId>bean-introspector</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.brunneng.introspection/bean-introspector/
implementation 'org.bitbucket.brunneng.introspection:bean-introspector:1.0.1'
// https://jarcasting.com/artifacts/org.bitbucket.brunneng.introspection/bean-introspector/
implementation ("org.bitbucket.brunneng.introspection:bean-introspector:1.0.1")
'org.bitbucket.brunneng.introspection:bean-introspector:jar:1.0.1'
<dependency org="org.bitbucket.brunneng.introspection" name="bean-introspector" rev="1.0.1">
  <artifact name="bean-introspector" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.brunneng.introspection', module='bean-introspector', version='1.0.1')
)
libraryDependencies += "org.bitbucket.brunneng.introspection" % "bean-introspector" % "1.0.1"
[org.bitbucket.brunneng.introspection/bean-introspector "1.0.1"]