GroupId | GroupIdcom.github.shijingsh |
---|---|
ArtifactId | ArtifactIdxs-common |
Version | Version1.4.2 |
Type | Typejar |
Filename | Size |
---|---|
xs-common-1.4.2.pom | |
xs-common-1.4.2.jar | 23 KB |
xs-common-1.4.2-sources.jar | 14 KB |
xs-common-1.4.2-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.shijingsh/xs-common/ -->
<dependency>
<groupId>com.github.shijingsh</groupId>
<artifactId>xs-common</artifactId>
<version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shijingsh/xs-common/
implementation 'com.github.shijingsh:xs-common:1.4.2'
// https://jarcasting.com/artifacts/com.github.shijingsh/xs-common/
implementation ("com.github.shijingsh:xs-common:1.4.2")
'com.github.shijingsh:xs-common:jar:1.4.2'
<dependency org="com.github.shijingsh" name="xs-common" rev="1.4.2">
<artifact name="xs-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shijingsh', module='xs-common', version='1.4.2')
)
libraryDependencies += "com.github.shijingsh" % "xs-common" % "1.4.2"
[com.github.shijingsh/xs-common "1.4.2"]