<dependency> <groupId>com.cedarsoft.utils.legacy</groupId> <artifactId>web</artifactId> <version>1.3.6</version> </dependency>
implementation 'com.cedarsoft.utils.legacy:web:1.3.6'
implementation("com.cedarsoft.utils.legacy:web:1.3.6")
libraryDependencies += "com.cedarsoft.utils.legacy" % "web" % "1.3.6"
@Grapes( @Grab(group='com.cedarsoft.utils.legacy', module='web', version='1.3.6') )
<dependency org="com.cedarsoft.utils.legacy" name="web" rev="1.3.6" />
[com.cedarsoft.utils.legacy/web "1.3.6"]
'com.cedarsoft.utils.legacy:web:jar:1.3.6'
<parent> <groupId>com.cedarsoft.utils</groupId> <artifactId>legacy</artifactId> <version>1.3.6</version> </parent>
compile
|-- javax.servlet:servlet-api:2.4
|-- velocity:velocity:1.4
|-- log4j:log4j