oss-parent
用于发布org.minbox.framework相关开源框架到maven center的parent配置
License |
License |
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdorg.minbox.framework |
ArtifactId | ArtifactIdminbox-security |
Last Version | Last Version1.0.0.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Description用于发布org.minbox.framework相关开源框架到maven center的parent配置
|
<!-- https://jarcasting.com/artifacts/org.minbox.framework/minbox-security/ -->
<dependency>
<groupId>org.minbox.framework</groupId>
<artifactId>minbox-security</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.minbox.framework/minbox-security/
implementation 'org.minbox.framework:minbox-security:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/org.minbox.framework/minbox-security/
implementation ("org.minbox.framework:minbox-security:1.0.0.RELEASE")
'org.minbox.framework:minbox-security:jar:1.0.0.RELEASE'
<dependency org="org.minbox.framework" name="minbox-security" rev="1.0.0.RELEASE">
<artifact name="minbox-security" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.minbox.framework', module='minbox-security', version='1.0.0.RELEASE')
)
libraryDependencies += "org.minbox.framework" % "minbox-security" % "1.0.0.RELEASE"
[org.minbox.framework/minbox-security "1.0.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok Optional | jar | |
com.google.guava : guava | jar | 29.0-jre |
org.springframework.boot : spring-boot-starter-security | jar | |
com.fasterxml.jackson.core : jackson-databind | jar | |
org.springframework.boot : spring-boot-starter-web Optional | jar |
用于发布org.minbox.framework相关开源框架到maven center的parent配置