GroupId | GroupIdcom.github.siwenyan |
---|---|
ArtifactId | ArtifactIdcommon |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
common-1.2.pom | |
common-1.2.jar | 43 KB |
common-1.2-sources.jar | 20 KB |
common-1.2-javadoc.jar | 93 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.siwenyan/common/ -->
<dependency>
<groupId>com.github.siwenyan</groupId>
<artifactId>common</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.siwenyan/common/
implementation 'com.github.siwenyan:common:1.2'
// https://jarcasting.com/artifacts/com.github.siwenyan/common/
implementation ("com.github.siwenyan:common:1.2")
'com.github.siwenyan:common:jar:1.2'
<dependency org="com.github.siwenyan" name="common" rev="1.2">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.siwenyan', module='common', version='1.2')
)
libraryDependencies += "com.github.siwenyan" % "common" % "1.2"
[com.github.siwenyan/common "1.2"]