<dependency> <groupId>com.cedarsoft.utils</groupId> <artifactId>legacy</artifactId> <version>1.3.4</version> <type>pom</type> </dependency>
implementation 'com.cedarsoft.utils:legacy:1.3.4'
implementation("com.cedarsoft.utils:legacy:1.3.4")
libraryDependencies += "com.cedarsoft.utils" % "legacy" % "1.3.4"
@Grapes( @Grab(group='com.cedarsoft.utils', module='legacy', version='1.3.4') )
<dependency org="com.cedarsoft.utils" name="legacy" rev="1.3.4" />
[com.cedarsoft.utils/legacy "1.3.4"]
'com.cedarsoft.utils:legacy:jar:1.3.4'
<parent> <groupId>com.cedarsoft</groupId> <artifactId>utils</artifactId> <version>1.3.4</version> </parent>