<dependency>
<groupId>org.eclipse.ecf</groupId>
<artifactId>org.apache.commons.logging</artifactId>
<version>1.1.1.v201101211721</version>
</dependency>
libraryDependencies += "org.eclipse.ecf" % "org.apache.commons.logging" % "1.1.1.v201101211721"
@Grapes(
@Grab(group='org.eclipse.ecf', module='org.apache.commons.logging', version='1.1.1.v201101211721')
)
<dependency org="org.eclipse.ecf" name="org.apache.commons.logging" rev="1.1.1.v201101211721" />
<parent> <groupId>org.eclipse.ecf</groupId> <artifactId>ecf-parent</artifactId> <version>1.0.0</version> </parent>