| License |
License |
|---|---|
| GroupId | GroupIdcom.alibaba.otter |
| ArtifactId | ArtifactIdshared |
| Last Version | Last Version4.2.18 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionshared module for otter
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| shared-4.2.18.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba.otter/shared/ -->
<dependency>
<groupId>com.alibaba.otter</groupId>
<artifactId>shared</artifactId>
<version>4.2.18</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.otter/shared/
implementation 'com.alibaba.otter:shared:4.2.18'
// https://jarcasting.com/artifacts/com.alibaba.otter/shared/
implementation ("com.alibaba.otter:shared:4.2.18")
'com.alibaba.otter:shared:pom:4.2.18'
<dependency org="com.alibaba.otter" name="shared" rev="4.2.18">
<artifact name="shared" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.otter', module='shared', version='4.2.18')
)
libraryDependencies += "com.alibaba.otter" % "shared" % "4.2.18"
[com.alibaba.otter/shared "4.2.18"]