<dependency> <groupId>org.apache.servicemix</groupId> <artifactId>features</artifactId> <version>4.5.0</version> <type>pom</type> </dependency>
implementation 'org.apache.servicemix:features:4.5.0'
implementation("org.apache.servicemix:features:4.5.0")
libraryDependencies += "org.apache.servicemix" % "features" % "4.5.0"
@Grapes( @Grab(group='org.apache.servicemix', module='features', version='4.5.0') )
<dependency org="org.apache.servicemix" name="features" rev="4.5.0" />
[org.apache.servicemix/features "4.5.0"]
'org.apache.servicemix:features:jar:4.5.0'
<parent> <groupId>org.apache.servicemix</groupId> <artifactId>servicemix-pom</artifactId> <version>5</version> </parent>