a

activej-types

Various reflection and type utilities for ActiveJ project.
Files download
File Operation
activej-types-5.5-rc3.jar download
activej-types-5.5-rc3.pom download
activej-types-5.5-rc3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.activej</groupId>
  <artifactId>activej-types</artifactId>
  <version>5.5-rc3</version>
</dependency>
Gradle Groovy
implementation 'io.activej:activej-types:5.5-rc3'
Gradle Kotlin
implementation("io.activej:activej-types:5.5-rc3")
Scala SBT
libraryDependencies += "io.activej" % "activej-types" % "5.5-rc3"
Groovy Grape
@Grapes(
  @Grab(group='io.activej', module='activej-types', version='5.5-rc3')
)
Apache Ivy
<dependency org="io.activej" name="activej-types" rev="5.5-rc3" />
Leiningen
[io.activej/activej-types "5.5-rc3"]
Apache Buildr
'io.activej:activej-types:jar:5.5-rc3'