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