组织ID: |
com.github.shyiko |
项目ID: |
ktlint |
版本: |
0.20.0 |
最后修改时间: |
2019-06-15 16:39:09 |
包类型: |
jar |
标题: |
deploy |
描述: |
${github.description} |
大小: |
100.93KB |
|
Maven引入代码: |
<dependency>
<groupId>com.github.shyiko</groupId>
<artifactId>ktlint</artifactId>
<version>0.20.0</version>
</dependency>
|
Gradle引入代码: |
com.github.shyiko:ktlint:0.20.0
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.github.shyiko.ktlint</groupId>
<artifactId>pom</artifactId>
<version>0.20.0</version>
</parent>
<!-- keeping original (pre 0.2.0) qualifier (com.github.shyiko:ktlint) so that no one would notice a thing -->
<groupId>com.github.shyiko</groupId>
<artifactId>ktlint</artifactId>
<scm>
<connection>scm:git:git@github.com:shyiko/ktlint.git</connection>
<developerConnection>scm:git:git@github.com:shyiko/ktlint.git</developerConnection>
<url>git@github.com:shyiko/ktlint.git</url>
</scm>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>${kotlin.version}</version>
<!-- no longer included in kotlin-compiler-embeddable (>=1.1.60) -->
<!--<scope>provided</scope>-->
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>13.0</version>
<scope>provided</scope>
<!-- included (at least org.jetbrains.annotations.*) in kotlin-compiler-embeddable -->
</dependency>
<dependency>
<groupId>com.github.shyiko.ktlint</groupId>
<artifactId>ktlint-core</artifactId>
<version>0.20.0</version>
</dependency>
<dependency>
<groupId>com.github.shyiko.ktlint</groupId>
<artifactId>ktlint-ruleset-standard</artifactId>
<version>0.20.0</version>
</dependency>
<dependency>
<groupId>com.github.shyiko.ktlint</groupId>
<artifactId>ktlint-reporter-plain</artifactId>
<version>0.20.0</version>
</dependency>
<dependency>
<groupId>com.github.shyiko.ktlint</groupId>
<artifactId>ktlint-reporter-json</artifactId>
<version>0.20.0</version>
</dependency>
<dependency>
<groupId>com.github.shyiko.ktlint</groupId>
<artifactId>ktlint-reporter-checkstyle</artifactId>
<version>0.20.0</version>
</dependency>
<dependency>
<groupId>com.github.shyiko.ktlint</groupId>
<artifactId>ktlint-test</artifactId>
<version>0.20.0</version>
</dependency>
<dependency>
<groupId>com.github.shyiko.klob</groupId>
<artifactId>klob</artifactId>
<version>0.2.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-aether-provider</artifactId>
<version>${aether.maven.provider.version}</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-api</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-spi</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-util</artifactId>
</exclusion>
<exclusion>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-impl</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- maven-aether-provider's transitive dependency -->
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-model</artifactId>
<version>${aether.maven.provider.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-model-builder</artifactId>
<version>${aether.maven.provider.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-repository-metadata</artifactId>
<version>${aether.maven.provider.version}</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>18.0</version>
</dependency>
<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-api</artifactId>
<version>${aether.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-spi</artifactId>
<version>${aether.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-util</artifactId>
<version>${aether.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-impl</artifactId>
<version>${aether.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-connector-basic</artifactId>
<version>${aether.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-transport-file</artifactId>
<version>${aether.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.aether</groupId>
<artifactId>aether-transport-http</artifactId>
<version>${aether.version}</version>
</dependency>
<!-- used to silence aether-transport-http -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-nop</artifactId>
<version>1.6.2</version>
</dependency>
<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli</artifactId>
<version>${picocli.version}</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>${testng.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>${assertj.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.google.jimfs</groupId>
<artifactId>jimfs</artifactId>
<version>${jimfs.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<sourceDirectory>${project.basedir}/src/main/kotlin</sourceDirectory>
<testSourceDirectory>${project.basedir}/src/test/kotlin</testSourceDirectory>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.8</version>
<executions>
<execution>
<id>ktlint</id>
<phase>verify</phase>
<configuration>
<target name="ktlint">
<java dir="${basedir}${file.separator}.."
classname="com.github.shyiko.ktlint.Main"
classpathref="maven.runtime.classpath"
fork="true"
failonerror="true"
taskname="lint"/>
</target>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
<execution>
<id>ktlint-format</id>
<configuration>
<target name="ktlint">
<java dir="${basedir}${file.separator}.."
classname="com.github.shyiko.ktlint.Main"
classpathref="maven.runtime.classpath"
fork="true"
failonerror="true"
taskname="format">
<arg value="-F"/>
</java>
</target>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>release</id>
<activation>
<property>
<name>deploy</name>
<value>maven-central</value>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.1</version>
<executions>
<execution>
<id>attach-sources</id>
<phase>verify</phase>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.0.2</version>
<executions>
<execution>
<id>attach-javadocs</id>
<phase>verify</phase>
<goals>
<goal>jar</goal>
</goals>
<configuration>
<classifier>javadoc</classifier>
<classesDirectory>${basedir}/javadoc</classesDirectory>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>capsule</id>
<activation>
<property>
<name>deploy</name>
<value>github</value>
</property>
</activation>
<build>
<defaultGoal>clean deploy</defaultGoal>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-shade-plugin</artifactId>
<version>3.1.0</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<transformers>
<transformer implementation=
"org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/>
<transformer implementation=
"org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>com.github.shyiko.ktlint.Main</mainClass>
</transformer>
</transformers>
<shadedArtifactAttached>true</shadedArtifactAttached>
<createDependencyReducedPom>false</createDependencyReducedPom>
<!--<minimizeJar>true</minimizeJar>-->
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
<filter>
<artifact>org.jetbrains.kotlin:kotlin-compiler-embeddable</artifact>
<includes>
<include>**</include>
</includes>
</filter>
</filters>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.skife.maven</groupId>
<artifactId>really-executable-jar-maven-plugin</artifactId>
<version>1.4.1</version>
<configuration>
<!--
-XX:+TieredCompilation can be used to speed things up but it was reported to cause
OOMs and all sort of problems depending on which version of jre6 is used
-->
<flags>-Xmx512m</flags>
<programFile>ktlint</programFile>
</configuration>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>really-executable-jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
<profile>
<id>deploy-to-github</id>
<activation>
<property>
<name>deploy</name>
<value>github</value>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-antrun-plugin</artifactId>
<version>1.8</version>
<executions>
<execution>
<id>ktlint</id>
<phase>verify</phase>
<configuration>
<skip>${gpg.skip}</skip>
<target name="gpg-sign">
<exec executable="gpg" dir="${basedir}" failonerror="true">
<arg value="-ab"/>
<arg value="${project.build.directory}/${project.artifactId}"/>
</exec>
</target>
</configuration>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>de.jutzig</groupId>
<artifactId>github-release-plugin</artifactId>
<version>1.2.0</version>
<configuration>
<description>${github.description}</description>
<releaseName>${project.version}</releaseName>
<tag>${project.version}</tag>
<artifact>${project.build.directory}/${project.artifactId}</artifact>
<overwriteArtifact>true</overwriteArtifact>
<fileSets>
<fileSet>
<directory>${project.build.directory}</directory>
<includes>
<include>${project.artifactId}.asc</include>
</includes>
</fileSet>
</fileSets>
</configuration>
<executions>
<execution>
<phase>deploy</phase>
<goals>
<goal>release</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
ktlint-git-pre-commit-hook-android.sh
com.github.shyiko.ktlint.Main$main$2.class
config/.idea/codeStyleSettings.xml
com.github.shyiko.ktlint.Main$loadReporter$2.class
config/.idea/inspectionProfiles/profiles_settings.xml
com.github.shyiko.ktlint.Main.class
com.github.shyiko.ktlint.Main$parallel$consumer$1.class
com.github.shyiko.ktlint.Main$main$LintErrorWithCorrectionInfo.class
com.github.shyiko.ktlint.internal.MavenDependencyResolver$setTransferEventListener$1.class
com.github.shyiko.ktlint.internal.EditorConfig$Companion$of$1.class
com.github.shyiko.ktlint.internal.IntellijIDEAIntegration$apply$updates$1$3.class
com.github.shyiko.ktlint.internal.EditorConfig.class
com.github.shyiko.ktlint.internal.MavenDependencyResolver$1.class
com.github.shyiko.ktlint.internal.IntellijIDEAIntegration$apply$updates$2.class
com.github.shyiko.ktlint.internal.IntellijIDEAIntegration$apply$updates$1.class
com.github.shyiko.ktlint.internal.EditorConfig$Companion$of$2$1.class
com.github.shyiko.ktlint.Main$main$$inlined$sortedBy$1.class
ktlint-git-pre-commit-hook.sh
config/options/code.style.schemes.xml
com.github.shyiko.ktlint.Main$main$2$formattedFileContent$2.class
com.github.shyiko.ktlint.Main$main$5$1.class
com.github.shyiko.ktlint.internal.EditorConfig$Companion.class
com.github.shyiko.ktlint.internal.EditorConfig$Companion$of$2.class
com.github.shyiko.ktlint.internal.EditorConfig$Companion$parseSection$1.class
com.github.shyiko.ktlint.Main$applyToIDEA$res$1.class
com.github.shyiko.ktlint.Main$fileSequence$2.class
META-INF/maven/com.github.shyiko/ktlint/pom.properties
config/inspection/ktlint.xml
config/codestyles/ktlint.xml
com.github.shyiko.ktlint.Main$parallel$pill$1.class
com.github.shyiko.ktlint.Main$main$3.class
com.github.shyiko.ktlint.Main$main$5.class
com.github.shyiko.ktlint.internal.IntellijIDEAIntegration$ProjectNotFoundException.class
com.github.shyiko.ktlint.internal.MavenDependencyResolver.class
com.github.shyiko.ktlint.internal.EditorConfig$Companion$load$1$1.class
com.github.shyiko.ktlint.Main$loadReporter$ReporterTemplate.class
com.github.shyiko.ktlint.Main$printAST$1.class
com.github.shyiko.ktlint.Main$applyToIDEA$res$2.class
com.github.shyiko.ktlint.Main$loadReporter$2$toReporter$$inlined$let$lambda$1.class
com.github.shyiko.ktlint.Main$main$userData$1$2.class
com.github.shyiko.ktlint.Main$main$dependencyResolver$1.class
com.github.shyiko.ktlint.Main$main$6.class
com.github.shyiko.ktlint.Main$main$4.class
com.github.shyiko.ktlint.Main$buildDependencyResolver$1.class
com.github.shyiko.ktlint.Main$printAST$1$1.class
com.github.shyiko.ktlint.internal.IntellijIDEAIntegration$apply$updates$1$2.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
kotlin-stdlib-${kotlin.version}.jar
/org.jetbrains.kotlin/kotlin-stdlib/${kotlin.version}
查看kotlin-stdlib所有版本文件
annotations-13.0.jar
/org.jetbrains/annotations/13.0
查看annotations所有版本文件
ktlint-core-0.20.0.jar
/com.github.shyiko.ktlint/ktlint-core/0.20.0
查看ktlint-core所有版本文件
ktlint-ruleset-standard-0.20.0.jar
/com.github.shyiko.ktlint/ktlint-ruleset-standard/0.20.0
查看ktlint-ruleset-standard所有版本文件
ktlint-reporter-plain-0.20.0.jar
/com.github.shyiko.ktlint/ktlint-reporter-plain/0.20.0
查看ktlint-reporter-plain所有版本文件
ktlint-reporter-json-0.20.0.jar
/com.github.shyiko.ktlint/ktlint-reporter-json/0.20.0
查看ktlint-reporter-json所有版本文件
ktlint-reporter-checkstyle-0.20.0.jar
/com.github.shyiko.ktlint/ktlint-reporter-checkstyle/0.20.0
查看ktlint-reporter-checkstyle所有版本文件
ktlint-test-0.20.0.jar
/com.github.shyiko.ktlint/ktlint-test/0.20.0
查看ktlint-test所有版本文件
klob-0.2.0.jar
/com.github.shyiko.klob/klob/0.2.0
查看klob所有版本文件
maven-aether-provider-${aether.maven.provider.version}.jar
/org.apache.maven/maven-aether-provider/${aether.maven.provider.version}
查看maven-aether-provider所有版本文件
maven-model-${aether.maven.provider.version}.jar
/org.apache.maven/maven-model/${aether.maven.provider.version}
查看maven-model所有版本文件
maven-model-builder-${aether.maven.provider.version}.jar
/org.apache.maven/maven-model-builder/${aether.maven.provider.version}
查看maven-model-builder所有版本文件
maven-repository-metadata-${aether.maven.provider.version}.jar
/org.apache.maven/maven-repository-metadata/${aether.maven.provider.version}
查看maven-repository-metadata所有版本文件
guava-18.0.jar
/com.google.guava/guava/18.0
查看guava所有版本文件
aether-api-${aether.version}.jar
/org.eclipse.aether/aether-api/${aether.version}
查看aether-api所有版本文件
aether-spi-${aether.version}.jar
/org.eclipse.aether/aether-spi/${aether.version}
查看aether-spi所有版本文件
aether-util-${aether.version}.jar
/org.eclipse.aether/aether-util/${aether.version}
查看aether-util所有版本文件
aether-impl-${aether.version}.jar
/org.eclipse.aether/aether-impl/${aether.version}
查看aether-impl所有版本文件
aether-connector-basic-${aether.version}.jar
/org.eclipse.aether/aether-connector-basic/${aether.version}
查看aether-connector-basic所有版本文件
aether-transport-file-${aether.version}.jar
/org.eclipse.aether/aether-transport-file/${aether.version}
查看aether-transport-file所有版本文件
aether-transport-http-${aether.version}.jar
/org.eclipse.aether/aether-transport-http/${aether.version}
查看aether-transport-http所有版本文件
slf4j-nop-1.6.2.jar
/org.slf4j/slf4j-nop/1.6.2
查看slf4j-nop所有版本文件
picocli-${picocli.version}.jar
/info.picocli/picocli/${picocli.version}
查看picocli所有版本文件
testng-${testng.version}.jar
/org.testng/testng/${testng.version}
查看testng所有版本文件
assertj-core-${assertj.version}.jar
/org.assertj/assertj-core/${assertj.version}
查看assertj-core所有版本文件
jimfs-${jimfs.version}.jar
/com.google.jimfs/jimfs/${jimfs.version}
查看jimfs所有版本文件
|