License |
License |
---|---|
GroupId | GroupIdorg.burningwave |
ArtifactId | ArtifactIdcore |
Version | Version12.39.6 |
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-12.39.6.pom | |
core-12.39.6.jar | 662 KB |
core-12.39.6-sources.jar | 305 KB |
core-12.39.6-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.burningwave/core/ -->
<dependency>
<groupId>org.burningwave</groupId>
<artifactId>core</artifactId>
<version>12.39.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.burningwave/core/
implementation 'org.burningwave:core:12.39.6'
// https://jarcasting.com/artifacts/org.burningwave/core/
implementation ("org.burningwave:core:12.39.6")
'org.burningwave:core:jar:12.39.6'
<dependency org="org.burningwave" name="core" rev="12.39.6">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.burningwave', module='core', version='12.39.6')
)
libraryDependencies += "org.burningwave" % "core" % "12.39.6"
[org.burningwave/core "12.39.6"]
Group / Artifact | Type | Version |
---|---|---|
io.github.toolfactory : jvm-driver | jar | 8.7.5 |
org.burningwave : jvm-driver Optional | jar | 6.6.5 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api Optional | jar | 1.7.32 |
org.slf4j : jul-to-slf4j Optional | jar | 1.7.32 |
ch.qos.logback : logback-core Optional | jar | 1.2.7 |
ch.qos.logback : logback-classic Optional | jar | 1.2.7 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.junit.platform : junit-platform-engine | jar | 1.8.2 |
org.junit.platform : junit-platform-commons | jar | 1.8.2 |
org.junit.platform : junit-platform-runner | jar | 1.8.2 |
jakarta.validation : jakarta.validation-api | jar | 2.0.2 |