| GroupId | GroupIdtop.andoudou |
|---|---|
| ArtifactId | ArtifactIdbase-quote |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| base-quote-1.0.0.pom | |
| base-quote-1.0.0.jar | 30 KB |
| base-quote-1.0.0-sources.jar | 16 KB |
| base-quote-1.0.0-javadoc.jar | 166 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/top.andoudou/base-quote/ -->
<dependency>
<groupId>top.andoudou</groupId>
<artifactId>base-quote</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/top.andoudou/base-quote/
implementation 'top.andoudou:base-quote:1.0.0'
// https://jarcasting.com/artifacts/top.andoudou/base-quote/
implementation ("top.andoudou:base-quote:1.0.0")
'top.andoudou:base-quote:jar:1.0.0'
<dependency org="top.andoudou" name="base-quote" rev="1.0.0">
<artifact name="base-quote" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.andoudou', module='base-quote', version='1.0.0')
)
libraryDependencies += "top.andoudou" % "base-quote" % "1.0.0"
[top.andoudou/base-quote "1.0.0"]