Last Version

Ktfmt Parent 0.39

A program that reformats Kotlin source code to comply with the common community standard for Kotlin code conventions.

License

License

GroupId

GroupId

com.facebook
ArtifactId

ArtifactId

ktfmt-parent
Version

Version

0.39
Type

Type

pom
Description

Description

Ktfmt Parent
A program that reformats Kotlin source code to comply with the common community standard for Kotlin code conventions.
Project URL

Project URL

https://github.com/facebookincubator/ktfmt
Source Code Management

Source Code Management

https://github.com/facebookincubator/ktfmt.git

Download ktfmt-parent 0.39

Filename Size
ktfmt-parent-0.39.pom 2 KB
Browse

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

Dependencies

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

Project Modules

  • core