Categories |
CategoriesSmile Business Logic Libraries Machine Learning |
---|---|
GroupId | GroupIdcom.gitee.kamismile |
ArtifactId | ArtifactIdstoneCommon |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
stoneCommon-1.1.0.pom | |
stoneCommon-1.1.0.jar | 117 KB |
stoneCommon-1.1.0-sources.jar | 65 KB |
stoneCommon-1.1.0-javadoc.jar | 540 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.kamismile/stoneCommon/ -->
<dependency>
<groupId>com.gitee.kamismile</groupId>
<artifactId>stoneCommon</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.kamismile/stoneCommon/
implementation 'com.gitee.kamismile:stoneCommon:1.1.0'
// https://jarcasting.com/artifacts/com.gitee.kamismile/stoneCommon/
implementation ("com.gitee.kamismile:stoneCommon:1.1.0")
'com.gitee.kamismile:stoneCommon:jar:1.1.0'
<dependency org="com.gitee.kamismile" name="stoneCommon" rev="1.1.0">
<artifact name="stoneCommon" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.kamismile', module='stoneCommon', version='1.1.0')
)
libraryDependencies += "com.gitee.kamismile" % "stoneCommon" % "1.1.0"
[com.gitee.kamismile/stoneCommon "1.1.0"]