<dependency>
<groupId>org.overturetool.ide.plugins</groupId>
<artifactId>org.overture.ide.plugins.features</artifactId>
<version>3.0.2</version>
</dependency>
implementation group: 'org.overturetool.ide.plugins', name: 'org.overture.ide.plugins.features', version: '3.0.2'
implementation 'org.overturetool.ide.plugins:org.overture.ide.plugins.features:3.0.2'
implementation("org.overturetool.ide.plugins:org.overture.ide.plugins.features:3.0.2")
libraryDependencies += "org.overturetool.ide.plugins" % "org.overture.ide.plugins.features" % "3.0.2"
<dependency org="org.overturetool.ide.plugins" name="org.overture.ide.plugins.features" rev="3.0.2"/>
@Grapes(
@Grab(group='org.overturetool.ide.plugins', module='org.overture.ide.plugins.features', version='3.0.2')
)
[org.overturetool.ide.plugins/org.overture.ide.plugins.features "3.0.2"]
'org.overturetool.ide.plugins:org.overture.ide.plugins.features:jar:3.0.2'