GroupId | GroupIdcom.csicit.ace |
---|---|
ArtifactId | ArtifactIdcommon |
Version | Version1.0.24 |
Type | Typejar |
Filename | Size |
---|---|
common-1.0.24.pom | |
common-1.0.24.jar | 367 KB |
common-1.0.24-sources.jar | 118 bytes |
common-1.0.24-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.csicit.ace/common/ -->
<dependency>
<groupId>com.csicit.ace</groupId>
<artifactId>common</artifactId>
<version>1.0.24</version>
</dependency>
// https://jarcasting.com/artifacts/com.csicit.ace/common/
implementation 'com.csicit.ace:common:1.0.24'
// https://jarcasting.com/artifacts/com.csicit.ace/common/
implementation ("com.csicit.ace:common:1.0.24")
'com.csicit.ace:common:jar:1.0.24'
<dependency org="com.csicit.ace" name="common" rev="1.0.24">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.csicit.ace', module='common', version='1.0.24')
)
libraryDependencies += "com.csicit.ace" % "common" % "1.0.24"
[com.csicit.ace/common "1.0.24"]