| License |
License |
|---|---|
| GroupId | GroupIdcn.nkpro.elcube |
| ArtifactId | ArtifactIdkernel |
| Last Version | Last Version2.2.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| kernel-2.2.2.pom | |
| kernel-2.2.2.jar | 454 KB |
| kernel-2.2.2-sources.jar | 306 KB |
| kernel-2.2.2-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.nkpro.elcube/kernel/ -->
<dependency>
<groupId>cn.nkpro.elcube</groupId>
<artifactId>kernel</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.nkpro.elcube/kernel/
implementation 'cn.nkpro.elcube:kernel:2.2.2'
// https://jarcasting.com/artifacts/cn.nkpro.elcube/kernel/
implementation ("cn.nkpro.elcube:kernel:2.2.2")
'cn.nkpro.elcube:kernel:jar:2.2.2'
<dependency org="cn.nkpro.elcube" name="kernel" rev="2.2.2">
<artifact name="kernel" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.nkpro.elcube', module='kernel', version='2.2.2')
)
libraryDependencies += "cn.nkpro.elcube" % "kernel" % "2.2.2"
[cn.nkpro.elcube/kernel "2.2.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.2.8.RELEASE |
| junit : junit | jar | 4.12 |