s

shoulder-framework

Modules to centralize common resources and configuration for shoulder Maven builds.
https://github.com/ChinaLym/shoulder-framework
Apache License, Version 2.0
ChinaLym
cnlym
文件下载
文件名 操作
shoulder-framework-0.7.pom 下载
Apache Maven
<dependency>
  <groupId>cn.itlym</groupId>
  <artifactId>shoulder-framework</artifactId>
  <version>0.7</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'cn.itlym:shoulder-framework:0.7'
Gradle Kotlin
implementation("cn.itlym:shoulder-framework:0.7")
Scala SBT
libraryDependencies += "cn.itlym" % "shoulder-framework" % "0.7"
Groovy Grape
@Grapes(
  @Grab(group='cn.itlym', module='shoulder-framework', version='0.7')
)
Apache Ivy
<dependency org="cn.itlym" name="shoulder-framework" rev="0.7" />
Leiningen
[cn.itlym/shoulder-framework "0.7"]
Apache Buildr
'cn.itlym:shoulder-framework:jar:0.7'
本项目依赖
该项目无第三方依赖