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