License |
License |
---|---|
GroupId | GroupIdorg.minbox.framework |
ArtifactId | ArtifactIdapi-boot-common |
Version | Version2.3.5 |
Type | Typejar |
Description |
DescriptionApiBoot Starter / Plugin Parent
|
Filename | Size |
---|---|
api-boot-common-2.3.5.pom | |
api-boot-common-2.3.5.jar | 9 KB |
api-boot-common-2.3.5-sources.jar | 8 KB |
api-boot-common-2.3.5-javadoc.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.minbox.framework/api-boot-common/ -->
<dependency>
<groupId>org.minbox.framework</groupId>
<artifactId>api-boot-common</artifactId>
<version>2.3.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.minbox.framework/api-boot-common/
implementation 'org.minbox.framework:api-boot-common:2.3.5'
// https://jarcasting.com/artifacts/org.minbox.framework/api-boot-common/
implementation ("org.minbox.framework:api-boot-common:2.3.5")
'org.minbox.framework:api-boot-common:jar:2.3.5'
<dependency org="org.minbox.framework" name="api-boot-common" rev="2.3.5">
<artifact name="api-boot-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.minbox.framework', module='api-boot-common', version='2.3.5')
)
libraryDependencies += "org.minbox.framework" % "api-boot-common" % "2.3.5"
[org.minbox.framework/api-boot-common "2.3.5"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok Optional | jar | |
org.springframework : spring-context-support Optional | jar | |
org.reflections : reflections Optional | jar |