| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииScala Языки программирования Auto Библиотеки уровня приложения Code Generators |
| Группа | Группаorg.scalatest |
| Идентификатор | Идентификаторautofix-3.0.8_2.12 |
| Версия | Версия1.0.0-SNAP1 |
| Тип | Типjar |
| Описание |
Описаниеrules
rules
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
<!-- https://jarcasting.com/artifacts/org.scalatest/autofix-3.0.8_2.12/ -->
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>autofix-3.0.8_2.12</artifactId>
<version>1.0.0-SNAP1</version>
</dependency>
// https://jarcasting.com/artifacts/org.scalatest/autofix-3.0.8_2.12/
implementation 'org.scalatest:autofix-3.0.8_2.12:1.0.0-SNAP1'
// https://jarcasting.com/artifacts/org.scalatest/autofix-3.0.8_2.12/
implementation ("org.scalatest:autofix-3.0.8_2.12:1.0.0-SNAP1")
'org.scalatest:autofix-3.0.8_2.12:jar:1.0.0-SNAP1'
<dependency org="org.scalatest" name="autofix-3.0.8_2.12" rev="1.0.0-SNAP1">
<artifact name="autofix-3.0.8_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scalatest', module='autofix-3.0.8_2.12', version='1.0.0-SNAP1')
)
libraryDependencies += "org.scalatest" % "autofix-3.0.8_2.12" % "1.0.0-SNAP1"
[org.scalatest/autofix-3.0.8_2.12 "1.0.0-SNAP1"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.12.8 |
| ch.epfl.scala : scalafix-core_2.12 | jar | 0.9.4 |