не последняя версия
Последняя версия 5.2.0

net.colesico.framework:colesico-introspection 4.6.0

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.

Категории

Категории

Сеть Introspection Библиотеки уровня приложения
Группа

Группа

net.colesico.framework
Идентификатор

Идентификатор

colesico-introspection
Версия

Версия

4.6.0
Тип

Тип

jar

Скачать colesico-introspection 4.6.0


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