Last Version

KReflect 1.0.0

Utility library for kotlin jvm reflection

License

License

GroupId

GroupId

org.litote
ArtifactId

ArtifactId

kreflect
Version

Version

1.0.0
Type

Type

jar
Description

Description

KReflect
Utility library for kotlin jvm reflection
Project URL

Project URL

https://github.com/Litote/kreflect

Download kreflect 1.0.0


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

Dependencies

compile (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib jar 1.3.10
org.jetbrains.kotlin : kotlin-reflect jar 1.3.10

Project Modules

There are no modules declared in this project.