f

fescar-all

top fescar project pom.xml file
http://fescar.io
Apache License, Version 2.0
Alibaba Group
Fescar
Files download
File Operation
fescar-all-0.4.2.pom download
Apache Maven
<dependency>
  <groupId>com.alibaba.fescar</groupId>
  <artifactId>fescar-all</artifactId>
  <version>0.4.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.alibaba.fescar:fescar-all:0.4.2'
Gradle Kotlin
implementation("com.alibaba.fescar:fescar-all:0.4.2")
Scala SBT
libraryDependencies += "com.alibaba.fescar" % "fescar-all" % "0.4.2"
Groovy Grape
@Grapes(
  @Grab(group='com.alibaba.fescar', module='fescar-all', version='0.4.2')
)
Apache Ivy
<dependency org="com.alibaba.fescar" name="fescar-all" rev="0.4.2" />
Leiningen
[com.alibaba.fescar/fescar-all "0.4.2"]
Apache Buildr
'com.alibaba.fescar:fescar-all:jar:0.4.2'