b

bw-core

A powerful library for creating classes during runtime, facilitate the use of reflection, search subtype and much more...
https://github.com/burningwave/core
Files download
File Operation
bw-core-1.6.0.jar download
bw-core-1.6.0.pom download
bw-core-1.6.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.burningwave</groupId>
  <artifactId>bw-core</artifactId>
  <version>1.6.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.burningwave:bw-core:1.6.0'
Gradle Kotlin
implementation("com.github.burningwave:bw-core:1.6.0")
Scala SBT
libraryDependencies += "com.github.burningwave" % "bw-core" % "1.6.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.burningwave', module='bw-core', version='1.6.0')
)
Apache Ivy
<dependency org="com.github.burningwave" name="bw-core" rev="1.6.0" />
Leiningen
[com.github.burningwave/bw-core "1.6.0"]
Apache Buildr
'com.github.burningwave:bw-core:jar:1.6.0'