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