c

core

An advanced and highly optimized Java building frameworks library: it is useful for scanning class paths, generating classes at runtime, facilitating the use of reflection, scanning the filesystem, executing stringified code and much more...
https://burningwave.github.io/core/
MIT License
Burningwave
Roberto Gentili Alessio Perrotta
Files download
File Operation
core-12.65.1.jar download
core-12.65.1.pom download
core-12.65.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.burningwave</groupId>
  <artifactId>core</artifactId>
  <version>12.65.1</version>
</dependency>
Gradle Groovy
implementation 'org.burningwave:core:12.65.1'
Gradle Kotlin
implementation("org.burningwave:core:12.65.1")
Scala SBT
libraryDependencies += "org.burningwave" % "core" % "12.65.1"
Groovy Grape
@Grapes(
  @Grab(group='org.burningwave', module='core', version='12.65.1')
)
Apache Ivy
<dependency org="org.burningwave" name="core" rev="12.65.1" />
Leiningen
[org.burningwave/core "12.65.1"]
Apache Buildr
'org.burningwave:core:jar:12.65.1'