<dependency> <groupId>cn.deepbit</groupId> <artifactId>deepbit-start-mvc</artifactId> <version>8.3.9</version> <type>pom</type> </dependency>
implementation 'cn.deepbit:deepbit-start-mvc:8.3.9'
implementation("cn.deepbit:deepbit-start-mvc:8.3.9")
libraryDependencies += "cn.deepbit" % "deepbit-start-mvc" % "8.3.9"
@Grapes( @Grab(group='cn.deepbit', module='deepbit-start-mvc', version='8.3.9') )
<dependency org="cn.deepbit" name="deepbit-start-mvc" rev="8.3.9" />
[cn.deepbit/deepbit-start-mvc "8.3.9"]
'cn.deepbit:deepbit-start-mvc:jar:8.3.9'
<parent> <groupId>cn.deepbit</groupId> <artifactId>deepbit-start</artifactId> <version>8.3.9</version> </parent>
compile
|-- com.alibaba:druid
|-- org.anyline:anyline-mvc