GroupId | GroupIdtop.dcenter |
---|---|
ArtifactId | ArtifactIdbasic-detail-example |
Version | Version1.1.2 |
Type | Typejar |
Filename | Size |
---|---|
basic-detail-example-1.1.2.pom | |
basic-detail-example-1.1.2.jar | 22 KB |
basic-detail-example-1.1.2-sources.jar | 19 KB |
basic-detail-example-1.1.2-javadoc.jar | 438 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.dcenter/basic-detail-example/ -->
<dependency>
<groupId>top.dcenter</groupId>
<artifactId>basic-detail-example</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/top.dcenter/basic-detail-example/
implementation 'top.dcenter:basic-detail-example:1.1.2'
// https://jarcasting.com/artifacts/top.dcenter/basic-detail-example/
implementation ("top.dcenter:basic-detail-example:1.1.2")
'top.dcenter:basic-detail-example:jar:1.1.2'
<dependency org="top.dcenter" name="basic-detail-example" rev="1.1.2">
<artifact name="basic-detail-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.dcenter', module='basic-detail-example', version='1.1.2')
)
libraryDependencies += "top.dcenter" % "basic-detail-example" % "1.1.2"
[top.dcenter/basic-detail-example "1.1.2"]