MVN

org.eclipse.uml2.uml.profile : standard

Maven & Gradle

Jul 28, 2014
2 usages

UML2 Standard Profile · UML2 Standard Profile

<dependency>
    <groupId>org.eclipse.uml2.uml.profile</groupId>
    <artifactId>standard</artifactId>
    <version>1.0.0-v20140602-0749</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.uml2.uml.profile : standard to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0-v20140602-0749

All Versions

Choose a version of org.eclipse.uml2.uml.profile : standard to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
standard-1.0.0-v20140602-0749

How to add a dependency to Maven

Add the following org.eclipse.uml2.uml.profile : standard maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eclipse.uml2.uml.profile</groupId>
    <artifactId>standard</artifactId>
    <version>1.0.0-v20140602-0749</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eclipse.uml2.uml.profile : standard gradle dependency to your build.gradle file:

implementation 'org.eclipse.uml2.uml.profile:standard:1.0.0-v20140602-0749'

Gradle Kotlin DSL: Add the following org.eclipse.uml2.uml.profile : standard gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eclipse.uml2.uml.profile:standard:1.0.0-v20140602-0749")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eclipse.uml2.uml.profile : standard sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eclipse.uml2.uml.profile" % "standard" % "1.0.0-v20140602-0749"

Advertisement