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