GroupId | GroupIdml.shifu |
---|---|
ArtifactId | ArtifactIdguagua-core |
Version | Version0.6.0 |
Type | Typejar |
Filename | Size |
---|---|
guagua-core-0.6.0.pom | |
guagua-core-0.6.0.jar | 227 KB |
guagua-core-0.6.0-sources.jar | 138 KB |
guagua-core-0.6.0-javadoc.jar | 528 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ml.shifu/guagua-core/ -->
<dependency>
<groupId>ml.shifu</groupId>
<artifactId>guagua-core</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/ml.shifu/guagua-core/
implementation 'ml.shifu:guagua-core:0.6.0'
// https://jarcasting.com/artifacts/ml.shifu/guagua-core/
implementation ("ml.shifu:guagua-core:0.6.0")
'ml.shifu:guagua-core:jar:0.6.0'
<dependency org="ml.shifu" name="guagua-core" rev="0.6.0">
<artifact name="guagua-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='ml.shifu', module='guagua-core', version='0.6.0')
)
libraryDependencies += "ml.shifu" % "guagua-core" % "0.6.0"
[ml.shifu/guagua-core "0.6.0"]