| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcn.nkpro.elcube |
| Идентификатор | Идентификаторkernel |
| Последняя версия | Последняя версия2.2.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеParent pom providing dependency and plugin management for applications
built with Maven
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-test | jar | 2.2.8.RELEASE |
| junit : junit | jar | 4.12 |