GroupId | GroupIdcn.monitor4all |
---|---|
ArtifactId | ArtifactIdlog-record-starter |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
log-record-starter-1.0.3.pom | |
log-record-starter-1.0.3.jar | 25 KB |
log-record-starter-1.0.3-sources.jar | 10 KB |
log-record-starter-1.0.3-javadoc.jar | 123 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.monitor4all/log-record-starter/ -->
<dependency>
<groupId>cn.monitor4all</groupId>
<artifactId>log-record-starter</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/cn.monitor4all/log-record-starter/
implementation 'cn.monitor4all:log-record-starter:1.0.3'
// https://jarcasting.com/artifacts/cn.monitor4all/log-record-starter/
implementation ("cn.monitor4all:log-record-starter:1.0.3")
'cn.monitor4all:log-record-starter:jar:1.0.3'
<dependency org="cn.monitor4all" name="log-record-starter" rev="1.0.3">
<artifact name="log-record-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.monitor4all', module='log-record-starter', version='1.0.3')
)
libraryDependencies += "cn.monitor4all" % "log-record-starter" % "1.0.3"
[cn.monitor4all/log-record-starter "1.0.3"]