Last Version

Scala IDE plugin profiles 1.0.14

Inherit this pom file for developing Scala IDE pugins. It contains the right profiles and repositories for developing plugins against Scala IDE stable, milestone and nightly versions.

License

License

Categories

Categories

IDE Development Tools Scala Languages
GroupId

GroupId

org.scala-ide
ArtifactId

ArtifactId

plugin-profiles
Version

Version

1.0.14
Type

Type

pom
Description

Description

Scala IDE plugin profiles
Inherit this pom file for developing Scala IDE pugins. It contains the right profiles and repositories for developing plugins against Scala IDE stable, milestone and nightly versions.
Project URL

Project URL

https://github.com/scala-ide/plugin-profiles
Source Code Management

Source Code Management

https://github.com/scala-ide/plugin-profiles

Download plugin-profiles 1.0.14

Filename Size
plugin-profiles-1.0.14.pom 19 KB
Browse

<!-- https://jarcasting.com/artifacts/org.scala-ide/plugin-profiles/ -->
<dependency>
    <groupId>org.scala-ide</groupId>
    <artifactId>plugin-profiles</artifactId>
    <version>1.0.14</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.scala-ide/plugin-profiles/
implementation 'org.scala-ide:plugin-profiles:1.0.14'
// https://jarcasting.com/artifacts/org.scala-ide/plugin-profiles/
implementation ("org.scala-ide:plugin-profiles:1.0.14")
'org.scala-ide:plugin-profiles:pom:1.0.14'
<dependency org="org.scala-ide" name="plugin-profiles" rev="1.0.14">
  <artifact name="plugin-profiles" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.scala-ide', module='plugin-profiles', version='1.0.14')
)
libraryDependencies += "org.scala-ide" % "plugin-profiles" % "1.0.14"
[org.scala-ide/plugin-profiles "1.0.14"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.