| License | License | 
|---|---|
| GroupId | GroupIdorg.nutz | 
| ArtifactId | ArtifactIdnutzboot-core | 
| Version | Version2.5.1.v20220215 | 
| Type | Typejar | 
| Description | Descriptionnutzboot-core NutzBoot, micoservice base on Nutz | 
| Project URL | Project URL | 
<!-- https://jarcasting.com/artifacts/org.nutz/nutzboot-core/ -->
<dependency>
    <groupId>org.nutz</groupId>
    <artifactId>nutzboot-core</artifactId>
    <version>2.5.1.v20220215</version>
</dependency>// https://jarcasting.com/artifacts/org.nutz/nutzboot-core/
implementation 'org.nutz:nutzboot-core:2.5.1.v20220215'// https://jarcasting.com/artifacts/org.nutz/nutzboot-core/
implementation ("org.nutz:nutzboot-core:2.5.1.v20220215")'org.nutz:nutzboot-core:jar:2.5.1.v20220215'<dependency org="org.nutz" name="nutzboot-core" rev="2.5.1.v20220215">
  <artifact name="nutzboot-core" type="jar" />
</dependency>@Grapes(
@Grab(group='org.nutz', module='nutzboot-core', version='2.5.1.v20220215')
)libraryDependencies += "org.nutz" % "nutzboot-core" % "2.5.1.v20220215"[org.nutz/nutzboot-core "2.5.1.v20220215"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.nutz : nutz | jar | 1.r.69.v20220215 | 
| org.yaml : snakeyaml | jar | 1.28 | 
| javax.servlet : javax.servlet-api | jar | 3.1.0 | 
| org.slf4j : slf4j-api | jar | 1.7.30 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.13.1 | 
| org.slf4j : slf4j-log4j12 | jar | 1.7.30 |