| License |
License |
|---|---|
| GroupId | GroupIdorg.jzenith |
| ArtifactId | ArtifactIdjzenith-core |
| Version | Version0.1 |
| Type | Typejar |
| Description |
DescriptionjZenith Core
jZenith Application Framework
|
| Filename | Size |
|---|---|
| jzenith-core-0.1.pom | |
| jzenith-core-0.1.jar | 42 KB |
| jzenith-core-0.1-tests.jar | 32 KB |
| jzenith-core-0.1-sources.jar | 26 KB |
| jzenith-core-0.1-javadoc.jar | 523 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jzenith/jzenith-core/ -->
<dependency>
<groupId>org.jzenith</groupId>
<artifactId>jzenith-core</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jzenith/jzenith-core/
implementation 'org.jzenith:jzenith-core:0.1'
// https://jarcasting.com/artifacts/org.jzenith/jzenith-core/
implementation ("org.jzenith:jzenith-core:0.1")
'org.jzenith:jzenith-core:jar:0.1'
<dependency org="org.jzenith" name="jzenith-core" rev="0.1">
<artifact name="jzenith-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jzenith', module='jzenith-core', version='0.1')
)
libraryDependencies += "org.jzenith" % "jzenith-core" % "0.1"
[org.jzenith/jzenith-core "0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.2 |
| com.github.spotbugs : spotbugs-annotations | jar | 3.1.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.3.1 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.3.1 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.3.1 |
| org.mockito : mockito-core | jar | 2.23.0 |
| net.bytebuddy : byte-buddy | jar | 1.9.2 |
| org.assertj : assertj-core | jar | 3.11.1 |