MVN

info.archinnov : achilles-schema-generator

Maven & Gradle

Mar 27, 2021
12 usages
236 stars

Achilles Schema Generator · Achilles Schema Generator

<dependency>
    <groupId>info.archinnov</groupId>
    <artifactId>achilles-schema-generator</artifactId>
    <version>6.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of info.archinnov : achilles-schema-generator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.1.0

All Versions

Choose a version of info.archinnov : achilles-schema-generator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.1.x
achilles-schema-generator-6.1.0
6.0.x
achilles-schema-generator-6.0.4
achilles-schema-generator-6.0.3
achilles-schema-generator-6.0.2
achilles-schema-generator-6.0.1
achilles-schema-generator-6.0.0
5.3.x
achilles-schema-generator-5.3.1
achilles-schema-generator-5.3.0
5.2.x
achilles-schema-generator-5.2.1
achilles-schema-generator-5.2.0
5.1.x
achilles-schema-generator-5.1.5
achilles-schema-generator-5.1.4
achilles-schema-generator-5.1.3
achilles-schema-generator-5.1.2
achilles-schema-generator-5.1.1
achilles-schema-generator-5.1.0
5.0.x
achilles-schema-generator-5.0.0
4.2.x
achilles-schema-generator-4.2.3
achilles-schema-generator-4.2.2
achilles-schema-generator-4.2.1
achilles-schema-generator-4.2.0
4.1.x
achilles-schema-generator-4.1.0
4.0.x
achilles-schema-generator-4.0.1
achilles-schema-generator-4.0.0

How to add a dependency to Maven

Add the following info.archinnov : achilles-schema-generator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>info.archinnov</groupId>
    <artifactId>achilles-schema-generator</artifactId>
    <version>6.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following info.archinnov : achilles-schema-generator gradle dependency to your build.gradle file:

implementation 'info.archinnov:achilles-schema-generator:6.1.0'

Gradle Kotlin DSL: Add the following info.archinnov : achilles-schema-generator gradle kotlin dependency to your build.gradle.kts file:

implementation("info.archinnov:achilles-schema-generator:6.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following info.archinnov : achilles-schema-generator sbt scala dependency to your build.sbt file:

libraryDependencies += "info.archinnov" % "achilles-schema-generator" % "6.1.0"

Advertisement