Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdorg.overturetool.ide |
ArtifactId | ArtifactIdfeatures |
Version | Version2.6.4 |
Type | Typepom |
Filename | Size |
---|---|
features-2.6.4.pom | 723 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.overturetool.ide/features/ -->
<dependency>
<groupId>org.overturetool.ide</groupId>
<artifactId>features</artifactId>
<version>2.6.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.overturetool.ide/features/
implementation 'org.overturetool.ide:features:2.6.4'
// https://jarcasting.com/artifacts/org.overturetool.ide/features/
implementation ("org.overturetool.ide:features:2.6.4")
'org.overturetool.ide:features:pom:2.6.4'
<dependency org="org.overturetool.ide" name="features" rev="2.6.4">
<artifact name="features" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.overturetool.ide', module='features', version='2.6.4')
)
libraryDependencies += "org.overturetool.ide" % "features" % "2.6.4"
[org.overturetool.ide/features "2.6.4"]