is not current version
Last Version 12.53.0

org.burningwave:core 5.16.14

An advanced and highly optimized Java library to build frameworks useful for scanning class paths, generating classes at run time, facilitating the use of reflection, scanning the filesystem, executing stringified code and much more...

GroupId

GroupId

org.burningwave
ArtifactId

ArtifactId

core
Version

Version

5.16.14
Type

Type

jar

Download core 5.16.14


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