License |
License |
---|---|
GroupId | GroupIdcom.larksuite.appframework |
ArtifactId | ArtifactIdappframework-parent |
Version | Version1.0.12 |
Type | Typepom |
Description |
Descriptionlarksuite-appframework-sdk-java
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
appframework-parent-1.0.12.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.larksuite.appframework/appframework-parent/ -->
<dependency>
<groupId>com.larksuite.appframework</groupId>
<artifactId>appframework-parent</artifactId>
<version>1.0.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.larksuite.appframework/appframework-parent/
implementation 'com.larksuite.appframework:appframework-parent:1.0.12'
// https://jarcasting.com/artifacts/com.larksuite.appframework/appframework-parent/
implementation ("com.larksuite.appframework:appframework-parent:1.0.12")
'com.larksuite.appframework:appframework-parent:pom:1.0.12'
<dependency org="com.larksuite.appframework" name="appframework-parent" rev="1.0.12">
<artifact name="appframework-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.larksuite.appframework', module='appframework-parent', version='1.0.12')
)
libraryDependencies += "com.larksuite.appframework" % "appframework-parent" % "1.0.12"
[com.larksuite.appframework/appframework-parent "1.0.12"]
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 |