| GroupId | GroupIdcn.itlym |
|---|---|
| ArtifactId | ArtifactIdshoulder-starter-operation-log |
| Version | Version0.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| shoulder-starter-operation-log-0.3.pom | |
| shoulder-starter-operation-log-0.3.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.itlym/shoulder-starter-operation-log/ -->
<dependency>
<groupId>cn.itlym</groupId>
<artifactId>shoulder-starter-operation-log</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/cn.itlym/shoulder-starter-operation-log/
implementation 'cn.itlym:shoulder-starter-operation-log:0.3'
// https://jarcasting.com/artifacts/cn.itlym/shoulder-starter-operation-log/
implementation ("cn.itlym:shoulder-starter-operation-log:0.3")
'cn.itlym:shoulder-starter-operation-log:jar:0.3'
<dependency org="cn.itlym" name="shoulder-starter-operation-log" rev="0.3">
<artifact name="shoulder-starter-operation-log" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.itlym', module='shoulder-starter-operation-log', version='0.3')
)
libraryDependencies += "cn.itlym" % "shoulder-starter-operation-log" % "0.3"
[cn.itlym/shoulder-starter-operation-log "0.3"]