| Группа | Группаcn.stylefeng.roses |
|---|---|
| Идентификатор | Идентификаторsystem-business-login-log |
| Версия | Версия7.0.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/cn.stylefeng.roses/system-business-login-log/ -->
<dependency>
<groupId>cn.stylefeng.roses</groupId>
<artifactId>system-business-login-log</artifactId>
<version>7.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.stylefeng.roses/system-business-login-log/
implementation 'cn.stylefeng.roses:system-business-login-log:7.0.0'
// https://jarcasting.com/artifacts/cn.stylefeng.roses/system-business-login-log/
implementation ("cn.stylefeng.roses:system-business-login-log:7.0.0")
'cn.stylefeng.roses:system-business-login-log:jar:7.0.0'
<dependency org="cn.stylefeng.roses" name="system-business-login-log" rev="7.0.0">
<artifact name="system-business-login-log" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.stylefeng.roses', module='system-business-login-log', version='7.0.0')
)
libraryDependencies += "cn.stylefeng.roses" % "system-business-login-log" % "7.0.0"
[cn.stylefeng.roses/system-business-login-log "7.0.0"]