MVN

com.optimaize.anythingworks.exampleproject.ontology : anythingworks-exampleproject-ontology

Maven & Gradle

Dec 20, 2022
2 usages
8 stars

anythingworks-exampleproject-ontology · Contains the common "vocabulary", that is, the classes shared by both client and server. The transfer objects, the input and output types. By putting them in a separate module, they need to be maintained only once, and are guaranteed to be up to date.

<dependency>
    <groupId>com.optimaize.anythingworks.exampleproject.ontology</groupId>
    <artifactId>anythingworks-exampleproject-ontology</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.optimaize.anythingworks.exampleproject.ontology : anythingworks-exampleproject-ontology to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of com.optimaize.anythingworks.exampleproject.ontology : anythingworks-exampleproject-ontology to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
anythingworks-exampleproject-ontology-1.1.0
0.5
anythingworks-exampleproject-ontology-0.5

How to add a dependency to Maven

Add the following com.optimaize.anythingworks.exampleproject.ontology : anythingworks-exampleproject-ontology maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.optimaize.anythingworks.exampleproject.ontology</groupId>
    <artifactId>anythingworks-exampleproject-ontology</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.optimaize.anythingworks.exampleproject.ontology : anythingworks-exampleproject-ontology gradle dependency to your build.gradle file:

implementation 'com.optimaize.anythingworks.exampleproject.ontology:anythingworks-exampleproject-ontology:1.1.0'

Gradle Kotlin DSL: Add the following com.optimaize.anythingworks.exampleproject.ontology : anythingworks-exampleproject-ontology gradle kotlin dependency to your build.gradle.kts file:

implementation("com.optimaize.anythingworks.exampleproject.ontology:anythingworks-exampleproject-ontology:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.optimaize.anythingworks.exampleproject.ontology : anythingworks-exampleproject-ontology sbt scala dependency to your build.sbt file:

libraryDependencies += "com.optimaize.anythingworks.exampleproject.ontology" % "anythingworks-exampleproject-ontology" % "1.1.0"

Advertisement