| GroupId | GroupIdcn.stylefeng.roses |
|---|---|
| ArtifactId | ArtifactIdlog-api |
| Version | Version7.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| log-api-7.0.2.pom | |
| log-api-7.0.2.jar | 28 KB |
| log-api-7.0.2-sources.jar | 33 KB |
| log-api-7.0.2-javadoc.jar | 209 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.stylefeng.roses/log-api/ -->
<dependency>
<groupId>cn.stylefeng.roses</groupId>
<artifactId>log-api</artifactId>
<version>7.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.stylefeng.roses/log-api/
implementation 'cn.stylefeng.roses:log-api:7.0.2'
// https://jarcasting.com/artifacts/cn.stylefeng.roses/log-api/
implementation ("cn.stylefeng.roses:log-api:7.0.2")
'cn.stylefeng.roses:log-api:jar:7.0.2'
<dependency org="cn.stylefeng.roses" name="log-api" rev="7.0.2">
<artifact name="log-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.stylefeng.roses', module='log-api', version='7.0.2')
)
libraryDependencies += "cn.stylefeng.roses" % "log-api" % "7.0.2"
[cn.stylefeng.roses/log-api "7.0.2"]