| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.facebook |
| Идентификатор | Идентификаторktfmt |
| Версия | Версия0.29 |
| Тип | Типjar |
| Описание |
ОписаниеKtfmt
A program that reformats Kotlin source code to comply with the common community standard for Kotlin code conventions.
|
| Имя Файла | Размер |
|---|---|
| ktfmt-0.29.pom | |
| ktfmt-0.29.jar | 159 KB |
| ktfmt-0.29-sources.jar | 47 KB |
| ktfmt-0.29-javadoc.jar | 3 KB |
| ktfmt-0.29-jar-with-dependencies.jar | 54 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.facebook/ktfmt/ -->
<dependency>
<groupId>com.facebook</groupId>
<artifactId>ktfmt</artifactId>
<version>0.29</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook/ktfmt/
implementation 'com.facebook:ktfmt:0.29'
// https://jarcasting.com/artifacts/com.facebook/ktfmt/
implementation ("com.facebook:ktfmt:0.29")
'com.facebook:ktfmt:jar:0.29'
<dependency org="com.facebook" name="ktfmt" rev="0.29">
<artifact name="ktfmt" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook', module='ktfmt', version='0.29')
)
libraryDependencies += "com.facebook" % "ktfmt" % "0.29"
[com.facebook/ktfmt "0.29"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.guava : guava | jar | 29.0-jre |
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.5.0 |
| org.jetbrains.kotlin : kotlin-compiler-embeddable | jar | 1.5.0 |
| net.java.dev.jna : jna | jar | 4.2.2 |
| com.google.googlejavaformat : google-java-format | jar | 1.8 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| com.google.truth : truth | jar | 1.0 |