License |
License |
---|---|
GroupId | GroupIdorg.burningwave |
ArtifactId | ArtifactIdcore |
Version | Version8.21.2 |
Type | Typejar |
Description |
DescriptionBurningwave 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...
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
core-8.21.2.pom | |
core-8.21.2.jar | 607 KB |
core-8.21.2-sources.jar | 289 KB |
core-8.21.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.burningwave/core/ -->
<dependency>
<groupId>org.burningwave</groupId>
<artifactId>core</artifactId>
<version>8.21.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.burningwave/core/
implementation 'org.burningwave:core:8.21.2'
// https://jarcasting.com/artifacts/org.burningwave/core/
implementation ("org.burningwave:core:8.21.2")
'org.burningwave:core:jar:8.21.2'
<dependency org="org.burningwave" name="core" rev="8.21.2">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.burningwave', module='core', version='8.21.2')
)
libraryDependencies += "org.burningwave" % "core" % "8.21.2"
[org.burningwave/core "8.21.2"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api Optional | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : jul-to-slf4j | jar | 1.7.30 |
ch.qos.logback : logback-core | jar | 1.2.3 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |
org.junit.platform : junit-platform-engine | jar | 1.7.0 |
org.junit.platform : junit-platform-commons | jar | 1.7.0 |
org.junit.platform : junit-platform-runner | jar | 1.7.0 |
jakarta.validation : jakarta.validation-api | jar | 2.0.2 |