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