MVN

app.myoss.cloud.codestyle : code-format-eclipse

Maven & Gradle

Jul 21, 2020
1 usages
0 stars

code-format-eclipse · myoss open source project, code style & format written in Java

<dependency>
    <groupId>app.myoss.cloud.codestyle</groupId>
    <artifactId>code-format-eclipse</artifactId>
    <version>2.1.6.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of app.myoss.cloud.codestyle : code-format-eclipse to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.6.RELEASE

All Versions

Choose a version of app.myoss.cloud.codestyle : code-format-eclipse to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
code-format-eclipse-2.1.6.RELEASE
code-format-eclipse-2.1.5.RELEASE
code-format-eclipse-2.1.4.RELEASE
code-format-eclipse-2.1.3.RELEASE
code-format-eclipse-2.1.2.RELEASE
code-format-eclipse-2.1.1.RELEASE
code-format-eclipse-2.1.0.RELEASE
2.0.x
code-format-eclipse-2.0.2.RELEASE
code-format-eclipse-2.0.1.RELEASE
code-format-eclipse-2.0.0.RELEASE

How to add a dependency to Maven

Add the following app.myoss.cloud.codestyle : code-format-eclipse maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>app.myoss.cloud.codestyle</groupId>
    <artifactId>code-format-eclipse</artifactId>
    <version>2.1.6.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following app.myoss.cloud.codestyle : code-format-eclipse gradle dependency to your build.gradle file:

implementation 'app.myoss.cloud.codestyle:code-format-eclipse:2.1.6.RELEASE'

Gradle Kotlin DSL: Add the following app.myoss.cloud.codestyle : code-format-eclipse gradle kotlin dependency to your build.gradle.kts file:

implementation("app.myoss.cloud.codestyle:code-format-eclipse:2.1.6.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following app.myoss.cloud.codestyle : code-format-eclipse sbt scala dependency to your build.sbt file:

libraryDependencies += "app.myoss.cloud.codestyle" % "code-format-eclipse" % "2.1.6.RELEASE"

Advertisement