| GroupId | GroupIdml.shifu |
|---|---|
| ArtifactId | ArtifactIdguagua |
| Version | Version0.4.2 |
| Type | Typepom |
| Filename | Size |
|---|---|
| guagua-0.4.2.pom | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/ml.shifu/guagua/ -->
<dependency>
<groupId>ml.shifu</groupId>
<artifactId>guagua</artifactId>
<version>0.4.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/ml.shifu/guagua/
implementation 'ml.shifu:guagua:0.4.2'
// https://jarcasting.com/artifacts/ml.shifu/guagua/
implementation ("ml.shifu:guagua:0.4.2")
'ml.shifu:guagua:pom:0.4.2'
<dependency org="ml.shifu" name="guagua" rev="0.4.2">
<artifact name="guagua" type="pom" />
</dependency>
@Grapes(
@Grab(group='ml.shifu', module='guagua', version='0.4.2')
)
libraryDependencies += "ml.shifu" % "guagua" % "0.4.2"
[ml.shifu/guagua "0.4.2"]