GroupId | GroupIdcom.csicit.ace |
---|---|
ArtifactId | ArtifactIdcommon |
Version | Version1.0.21 |
Type | Typejar |
Filename | Size |
---|---|
common-1.0.21.pom | |
common-1.0.21.jar | 373 KB |
common-1.0.21-sources.jar | 118 bytes |
common-1.0.21-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.21</version>
</dependency>
// https://jarcasting.com/artifacts/com.csicit.ace/common/
implementation 'com.csicit.ace:common:1.0.21'
// https://jarcasting.com/artifacts/com.csicit.ace/common/
implementation ("com.csicit.ace:common:1.0.21")
'com.csicit.ace:common:jar:1.0.21'
<dependency org="com.csicit.ace" name="common" rev="1.0.21">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.csicit.ace', module='common', version='1.0.21')
)
libraryDependencies += "com.csicit.ace" % "common" % "1.0.21"
[com.csicit.ace/common "1.0.21"]