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