License |
License |
---|---|
GroupId | GroupIdcom.meituan |
ArtifactId | ArtifactIdptubes-common |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionptubes-common 1.0.0
ptubes-all-pom
|
Filename | Size |
---|---|
ptubes-common-1.0.0.pom | |
ptubes-common-1.0.0.jar | 60 KB |
ptubes-common-1.0.0-sources.jar | 33 KB |
ptubes-common-1.0.0-javadoc.jar | 245 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.meituan/ptubes-common/ -->
<dependency>
<groupId>com.meituan</groupId>
<artifactId>ptubes-common</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.meituan/ptubes-common/
implementation 'com.meituan:ptubes-common:1.0.0'
// https://jarcasting.com/artifacts/com.meituan/ptubes-common/
implementation ("com.meituan:ptubes-common:1.0.0")
'com.meituan:ptubes-common:jar:1.0.0'
<dependency org="com.meituan" name="ptubes-common" rev="1.0.0">
<artifact name="ptubes-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.meituan', module='ptubes-common', version='1.0.0')
)
libraryDependencies += "com.meituan" % "ptubes-common" % "1.0.0"
[com.meituan/ptubes-common "1.0.0"]