MVN

org.ifinalframework.auto : auto-service

Maven & Gradle

Aug 08, 2023
8 usages
3 stars
<dependency>
    <groupId>org.ifinalframework.auto</groupId>
    <artifactId>auto-service</artifactId>
    <version>1.5.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ifinalframework.auto : auto-service to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.3
  • Latest Alpha: 1.2.1-alpha

All Versions

Choose a version of org.ifinalframework.auto : auto-service to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
auto-service-1.5.3
auto-service-1.5.2
auto-service-1.5.1
auto-service-1.5.0
1.4.x
auto-service-1.4.2
auto-service-1.4.1
auto-service-1.4.0
1.3.x
auto-service-1.3.5
auto-service-1.3.4
auto-service-1.3.3
auto-service-1.3.2
auto-service-1.3.1
auto-service-1.3.0
1.2.x
auto-service-1.2.4
auto-service-1.2.3
auto-service-1.2.2
auto-service-1.2.1
auto-service-1.2.1-alpha
auto-service-1.2.0
auto-service-1.2.0-alpha

How to add a dependency to Maven

Add the following org.ifinalframework.auto : auto-service maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ifinalframework.auto</groupId>
    <artifactId>auto-service</artifactId>
    <version>1.5.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ifinalframework.auto : auto-service gradle dependency to your build.gradle file:

implementation 'org.ifinalframework.auto:auto-service:1.5.3'

Gradle Kotlin DSL: Add the following org.ifinalframework.auto : auto-service gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ifinalframework.auto:auto-service:1.5.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ifinalframework.auto : auto-service sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ifinalframework.auto" % "auto-service" % "1.5.3"

Advertisement