| License | License | 
|---|---|
| Categories | CategoriesUML Business Logic Libraries Documents Processing | 
| GroupId | GroupIdorg.omg.profiles.uml14 | 
| ArtifactId | ArtifactIdUML_Standard_Profile | 
| Last Version | Last Version1.0.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionUML 1.4 Standard Profile External (non-maven based) Andromda dependency. | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| UML_Standard_Profile-1.0.1.pom | |
| UML_Standard_Profile-1.0.1.jar | 82 KB | 
| UML_Standard_Profile-1.0.1-sources.jar | 144 bytes | 
| UML_Standard_Profile-1.0.1-javadoc.jar | 144 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.omg.profiles.uml14/UML_Standard_Profile/ -->
<dependency>
    <groupId>org.omg.profiles.uml14</groupId>
    <artifactId>UML_Standard_Profile</artifactId>
    <version>1.0.1</version>
</dependency>// https://jarcasting.com/artifacts/org.omg.profiles.uml14/UML_Standard_Profile/
implementation 'org.omg.profiles.uml14:UML_Standard_Profile:1.0.1'// https://jarcasting.com/artifacts/org.omg.profiles.uml14/UML_Standard_Profile/
implementation ("org.omg.profiles.uml14:UML_Standard_Profile:1.0.1")'org.omg.profiles.uml14:UML_Standard_Profile:jar:1.0.1'<dependency org="org.omg.profiles.uml14" name="UML_Standard_Profile" rev="1.0.1">
  <artifact name="UML_Standard_Profile" type="jar" />
</dependency>@Grapes(
@Grab(group='org.omg.profiles.uml14', module='UML_Standard_Profile', version='1.0.1')
)libraryDependencies += "org.omg.profiles.uml14" % "UML_Standard_Profile" % "1.0.1"[org.omg.profiles.uml14/UML_Standard_Profile "1.0.1"]