is not current version
Last Version 12.53.0

org.burningwave:core 12.29.2

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...

GroupId

GroupId

org.burningwave
ArtifactId

ArtifactId

core
Version

Version

12.29.2
Type

Type

jar

Download core 12.29.2


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