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