MVN

com.anaptecs.jeaf.owalibs : org.eclipse.emf.ecore.xmi

Maven & Gradle

Mar 04, 2020
1 usages
0 stars

com.anaptecs.jeaf.owalibs.org.eclipse.emf.ecore.xmi · POM was created by Sonatype Nexus

<dependency>
    <groupId>com.anaptecs.jeaf.owalibs</groupId>
    <artifactId>org.eclipse.emf.ecore.xmi</artifactId>
    <version>4.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.anaptecs.jeaf.owalibs : org.eclipse.emf.ecore.xmi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.3.1

All Versions

Choose a version of com.anaptecs.jeaf.owalibs : org.eclipse.emf.ecore.xmi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.3.x
org.eclipse.emf.ecore.xmi-4.3.1

How to add a dependency to Maven

Add the following com.anaptecs.jeaf.owalibs : org.eclipse.emf.ecore.xmi maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.anaptecs.jeaf.owalibs</groupId>
    <artifactId>org.eclipse.emf.ecore.xmi</artifactId>
    <version>4.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.anaptecs.jeaf.owalibs : org.eclipse.emf.ecore.xmi gradle dependency to your build.gradle file:

implementation 'com.anaptecs.jeaf.owalibs:org.eclipse.emf.ecore.xmi:4.3.1'

Gradle Kotlin DSL: Add the following com.anaptecs.jeaf.owalibs : org.eclipse.emf.ecore.xmi gradle kotlin dependency to your build.gradle.kts file:

implementation("com.anaptecs.jeaf.owalibs:org.eclipse.emf.ecore.xmi:4.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.anaptecs.jeaf.owalibs : org.eclipse.emf.ecore.xmi sbt scala dependency to your build.sbt file:

libraryDependencies += "com.anaptecs.jeaf.owalibs" % "org.eclipse.emf.ecore.xmi" % "4.3.1"