Categories |
CategoriesAuto Application Layer Libs Code Generators Configuration config |
---|---|
GroupId | GroupIdcn.itlym |
ArtifactId | ArtifactIdshoulder-autoconfiguration |
Version | Version0.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.itlym/shoulder-autoconfiguration/ -->
<dependency>
<groupId>cn.itlym</groupId>
<artifactId>shoulder-autoconfiguration</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/cn.itlym/shoulder-autoconfiguration/
implementation 'cn.itlym:shoulder-autoconfiguration:0.5'
// https://jarcasting.com/artifacts/cn.itlym/shoulder-autoconfiguration/
implementation ("cn.itlym:shoulder-autoconfiguration:0.5")
'cn.itlym:shoulder-autoconfiguration:jar:0.5'
<dependency org="cn.itlym" name="shoulder-autoconfiguration" rev="0.5">
<artifact name="shoulder-autoconfiguration" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.itlym', module='shoulder-autoconfiguration', version='0.5')
)
libraryDependencies += "cn.itlym" % "shoulder-autoconfiguration" % "0.5"
[cn.itlym/shoulder-autoconfiguration "0.5"]