License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.larksuite.appframework |
ArtifactId | ArtifactIdappframework-spring-boot-starter |
Version | Version1.0.12 |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.larksuite.appframework/appframework-spring-boot-starter/ -->
<dependency>
<groupId>com.larksuite.appframework</groupId>
<artifactId>appframework-spring-boot-starter</artifactId>
<version>1.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.larksuite.appframework/appframework-spring-boot-starter/
implementation 'com.larksuite.appframework:appframework-spring-boot-starter:1.0.12'
// https://jarcasting.com/artifacts/com.larksuite.appframework/appframework-spring-boot-starter/
implementation ("com.larksuite.appframework:appframework-spring-boot-starter:1.0.12")
'com.larksuite.appframework:appframework-spring-boot-starter:jar:1.0.12'
<dependency org="com.larksuite.appframework" name="appframework-spring-boot-starter" rev="1.0.12">
<artifact name="appframework-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.larksuite.appframework', module='appframework-spring-boot-starter', version='1.0.12')
)
libraryDependencies += "com.larksuite.appframework" % "appframework-spring-boot-starter" % "1.0.12"
[com.larksuite.appframework/appframework-spring-boot-starter "1.0.12"]
Group / Artifact | Type | Version |
---|---|---|
com.larksuite.appframework : appframework-sdk | jar | 1.0.12 |
org.springframework.boot : spring-boot-starter-web | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.10 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.5.2 |