<dependency> <groupId>net.dreamlu</groupId> <artifactId>Spring-Ueditor</artifactId> <version>1.0.0</version> </dependency>
implementation 'net.dreamlu:Spring-Ueditor:1.0.0'
implementation("net.dreamlu:Spring-Ueditor:1.0.0")
libraryDependencies += "net.dreamlu" % "Spring-Ueditor" % "1.0.0"
@Grapes( @Grab(group='net.dreamlu', module='Spring-Ueditor', version='1.0.0') )
<dependency org="net.dreamlu" name="Spring-Ueditor" rev="1.0.0" />
[net.dreamlu/Spring-Ueditor "1.0.0"]
'net.dreamlu:Spring-Ueditor:jar:1.0.0'
provided
|-- org.springframework:spring-web:4.1.0.RELEASE
|-- commons-io:commons-io:2.6
|-- javax.servlet:javax.servlet-api:3.0.1
|-- com.fasterxml.jackson.core:jackson-databind:2.4.3
|-- com.alibaba:fastjson:1.2.46
test
|-- junit:junit:4.8.2