GroupId | GroupIdcn.hangsman.operationlog |
---|---|
ArtifactId | ArtifactIdoperation-log-core |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
operation-log-core-1.0.0.pom | |
operation-log-core-1.0.0.jar | 39 KB |
operation-log-core-1.0.0-sources.jar | 17 KB |
operation-log-core-1.0.0-javadoc.jar | 144 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.hangsman.operationlog/operation-log-core/ -->
<dependency>
<groupId>cn.hangsman.operationlog</groupId>
<artifactId>operation-log-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.hangsman.operationlog/operation-log-core/
implementation 'cn.hangsman.operationlog:operation-log-core:1.0.0'
// https://jarcasting.com/artifacts/cn.hangsman.operationlog/operation-log-core/
implementation ("cn.hangsman.operationlog:operation-log-core:1.0.0")
'cn.hangsman.operationlog:operation-log-core:jar:1.0.0'
<dependency org="cn.hangsman.operationlog" name="operation-log-core" rev="1.0.0">
<artifact name="operation-log-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.hangsman.operationlog', module='operation-log-core', version='1.0.0')
)
libraryDependencies += "cn.hangsman.operationlog" % "operation-log-core" % "1.0.0"
[cn.hangsman.operationlog/operation-log-core "1.0.0"]