License |
License |
---|---|
GroupId | GroupIdcom.alibaba.otter |
ArtifactId | ArtifactIdotter.parent |
Last Version | Last Version4.2.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionotter
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 |
---|---|
otter.parent-4.2.1.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba.otter/otter.parent/ -->
<dependency>
<groupId>com.alibaba.otter</groupId>
<artifactId>otter.parent</artifactId>
<version>4.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.otter/otter.parent/
implementation 'com.alibaba.otter:otter.parent:4.2.1'
// https://jarcasting.com/artifacts/com.alibaba.otter/otter.parent/
implementation ("com.alibaba.otter:otter.parent:4.2.1")
'com.alibaba.otter:otter.parent:pom:4.2.1'
<dependency org="com.alibaba.otter" name="otter.parent" rev="4.2.1">
<artifact name="otter.parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.otter', module='otter.parent', version='4.2.1')
)
libraryDependencies += "com.alibaba.otter" % "otter.parent" % "4.2.1"
[com.alibaba.otter/otter.parent "4.2.1"]