<dependency> <groupId>cn.itlym</groupId> <artifactId>shoulder-operation-log</artifactId> <version>0.3</version> </dependency>
implementation 'cn.itlym:shoulder-operation-log:0.3'
implementation("cn.itlym:shoulder-operation-log:0.3")
libraryDependencies += "cn.itlym" % "shoulder-operation-log" % "0.3"
@Grapes( @Grab(group='cn.itlym', module='shoulder-operation-log', version='0.3') )
<dependency org="cn.itlym" name="shoulder-operation-log" rev="0.3" />
[cn.itlym/shoulder-operation-log "0.3"]
'cn.itlym:shoulder-operation-log:jar:0.3'
<parent> <groupId>cn.itlym</groupId> <artifactId>shoulder-parent</artifactId> <version>0.3</version> </parent>
compile
|-- cn.itlym:shoulder-core