mtags


License

License

Categories

Categories

Scala Languages
GroupId

GroupId

org.scalameta
ArtifactId

ArtifactId

mtags_2.12.6
Last Version

Last Version

0.6.1
Release Date

Release Date

Type

Type

jar
Description

Description

mtags
mtags
Project URL

Project URL

https://github.com/scalameta/metals
Project Organization

Project Organization

org.scalameta
Source Code Management

Source Code Management

https://github.com/scalameta/metals

Download mtags_2.12.6

How to add to project

<!-- https://jarcasting.com/artifacts/org.scalameta/mtags_2.12.6/ -->
<dependency>
    <groupId>org.scalameta</groupId>
    <artifactId>mtags_2.12.6</artifactId>
    <version>0.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.scalameta/mtags_2.12.6/
implementation 'org.scalameta:mtags_2.12.6:0.6.1'
// https://jarcasting.com/artifacts/org.scalameta/mtags_2.12.6/
implementation ("org.scalameta:mtags_2.12.6:0.6.1")
'org.scalameta:mtags_2.12.6:jar:0.6.1'
<dependency org="org.scalameta" name="mtags_2.12.6" rev="0.6.1">
  <artifact name="mtags_2.12.6" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scalameta', module='mtags_2.12.6', version='0.6.1')
)
libraryDependencies += "org.scalameta" % "mtags_2.12.6" % "0.6.1"
[org.scalameta/mtags_2.12.6 "0.6.1"]

Dependencies

compile (5)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.6
org.scalameta : mtags-interfaces jar 0.6.1
com.thoughtworks.qdox : qdox jar 2.0-M9
org.jsoup : jsoup jar 1.11.3
org.scalameta : semanticdb-scalac-core_2.12.6 jar 4.1.9

Project Modules

There are no modules declared in this project.

Metals

Join the chat on Gitter Follow scalameta on Twitter Find us on scaladex

Documentation

See the website: https://scalameta.org/metals/

Contributing

See the contributing guide: https://scalameta.org/metals/docs/contributors/getting-started.html

Team

The current maintainers (people who can merge pull requests) are:

Acknowledgement

Huge thanks to @dragos for his work on a Scala implementation of the LSP (see: https://github.com/dragos/dragos-vscode-scala). This project helped us get quickly started with LSP. Since then, we have refactored the project's original sources to the point where only a few simple case classes remain.

Alternatives

  • IntelliJ IDEA: the most widely used IDE for Scala using a re-implementation of the Scala typechecker.

Why Metals?

Metals = Meta (from Scalameta) + LS (from Language Server)

org.scalameta
Developer tooling for Scala

Versions

Version
0.6.1
0.6.0
0.5.2
0.5.1
0.5.0
0.5.0-M1