is not current version
Last Version 5.2.0

net.colesico.framework:colesico-introspection 4.3.1

Colesico framework introspection module. Introspection is designed as a reflection alternative for working with classes at runtime. Introspection provides a subset of the reflection functionality. Introspection is focused on working with java beans at runtime, object method invocations, field access.

Categories

Categories

Net Introspection Application Layer Libs
GroupId

GroupId

net.colesico.framework
ArtifactId

ArtifactId

colesico-introspection
Version

Version

4.3.1
Type

Type

jar

Download colesico-introspection 4.3.1


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