| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.codingdebugallday |
| Идентификатор | Идентификаторspringboot-plugin-framework |
| Версия | Версия1.0.5.RELEASE |
| Тип | Типjar |
| Описание |
Описаниеspringboot-plugin-framework
spring boot 插件式开发集成包
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/com.github.codingdebugallday/springboot-plugin-framework/ -->
<dependency>
<groupId>com.github.codingdebugallday</groupId>
<artifactId>springboot-plugin-framework</artifactId>
<version>1.0.5.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.codingdebugallday/springboot-plugin-framework/
implementation 'com.github.codingdebugallday:springboot-plugin-framework:1.0.5.RELEASE'
// https://jarcasting.com/artifacts/com.github.codingdebugallday/springboot-plugin-framework/
implementation ("com.github.codingdebugallday:springboot-plugin-framework:1.0.5.RELEASE")
'com.github.codingdebugallday:springboot-plugin-framework:jar:1.0.5.RELEASE'
<dependency org="com.github.codingdebugallday" name="springboot-plugin-framework" rev="1.0.5.RELEASE">
<artifact name="springboot-plugin-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.codingdebugallday', module='springboot-plugin-framework', version='1.0.5.RELEASE')
)
libraryDependencies += "com.github.codingdebugallday" % "springboot-plugin-framework" % "1.0.5.RELEASE"
[com.github.codingdebugallday/springboot-plugin-framework "1.0.5.RELEASE"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.pf4j : pf4j | jar | 3.4.0 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.10.1 |
| com.fasterxml.jackson.dataformat : jackson-dataformat-yaml | jar | 2.10.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework : spring-context | jar | 5.2.7.RELEASE |
| org.springframework : spring-webmvc | jar | 5.2.7.RELEASE |
| javax.servlet : javax.servlet-api Необязательный | jar | 4.0.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |