License |
License |
---|---|
GroupId | GroupIdorg.burningwave |
ArtifactId | ArtifactIdcore |
Last Version | Last Version12.53.0 |
Release Date | Release Date |
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.53.0.pom | |
core-12.53.0.jar | 394 KB |
core-12.53.0-sources.jar | 212 KB |
core-12.53.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.burningwave/core/ -->
<dependency>
<groupId>org.burningwave</groupId>
<artifactId>core</artifactId>
<version>12.53.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.burningwave/core/
implementation 'org.burningwave:core:12.53.0'
// https://jarcasting.com/artifacts/org.burningwave/core/
implementation ("org.burningwave:core:12.53.0")
'org.burningwave:core:jar:12.53.0'
<dependency org="org.burningwave" name="core" rev="12.53.0">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.burningwave', module='core', version='12.53.0')
)
libraryDependencies += "org.burningwave" % "core" % "12.53.0"
[org.burningwave/core "12.53.0"]
Group / Artifact | Type | Version |
---|---|---|
org.burningwave : jvm-driver | jar | 8.6.0 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api Optional | jar | 1.7.36 |
org.slf4j : jul-to-slf4j Optional | jar | 1.7.36 |
ch.qos.logback : logback-core Optional | jar | 1.2.11 |
ch.qos.logback : logback-classic Optional | jar | 1.2.11 |
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 |