<dependency> <groupId>net.sf.smc</groupId> <artifactId>model</artifactId> <version>7.3.0</version> </dependency>
implementation 'net.sf.smc:model:7.3.0'
implementation("net.sf.smc:model:7.3.0")
libraryDependencies += "net.sf.smc" % "model" % "7.3.0"
@Grapes( @Grab(group='net.sf.smc', module='model', version='7.3.0') )
<dependency org="net.sf.smc" name="model" rev="7.3.0" />
[net.sf.smc/model "7.3.0"]
'net.sf.smc:model:jar:7.3.0'
<parent> <groupId>net.sf.smc</groupId> <artifactId>smc</artifactId> <version>7.3.0</version> </parent>