GroupId | GroupIdtop.dcenter |
---|---|
ArtifactId | ArtifactIdsession-detail-example |
Version | Version1.1.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/top.dcenter/session-detail-example/ -->
<dependency>
<groupId>top.dcenter</groupId>
<artifactId>session-detail-example</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/top.dcenter/session-detail-example/
implementation 'top.dcenter:session-detail-example:1.1.2'
// https://jarcasting.com/artifacts/top.dcenter/session-detail-example/
implementation ("top.dcenter:session-detail-example:1.1.2")
'top.dcenter:session-detail-example:jar:1.1.2'
<dependency org="top.dcenter" name="session-detail-example" rev="1.1.2">
<artifact name="session-detail-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.dcenter', module='session-detail-example', version='1.1.2')
)
libraryDependencies += "top.dcenter" % "session-detail-example" % "1.1.2"
[top.dcenter/session-detail-example "1.1.2"]