GroupId | GroupIdcom.alibaba.fescar |
---|---|
ArtifactId | ArtifactIdfescar-all |
Version | Version0.3.1 |
Type | Typepom |
Filename | Size |
---|---|
fescar-all-0.3.1.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alibaba.fescar/fescar-all/ -->
<dependency>
<groupId>com.alibaba.fescar</groupId>
<artifactId>fescar-all</artifactId>
<version>0.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.alibaba.fescar/fescar-all/
implementation 'com.alibaba.fescar:fescar-all:0.3.1'
// https://jarcasting.com/artifacts/com.alibaba.fescar/fescar-all/
implementation ("com.alibaba.fescar:fescar-all:0.3.1")
'com.alibaba.fescar:fescar-all:pom:0.3.1'
<dependency org="com.alibaba.fescar" name="fescar-all" rev="0.3.1">
<artifact name="fescar-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.alibaba.fescar', module='fescar-all', version='0.3.1')
)
libraryDependencies += "com.alibaba.fescar" % "fescar-all" % "0.3.1"
[com.alibaba.fescar/fescar-all "0.3.1"]