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