| Категории |
КатегорииUML Прикладные библиотеки Documents Processing |
|---|---|
| Группа | Группаorg.omg.profiles.uml14 |
| Идентификатор | ИдентификаторUML_Standard_Profile |
| Версия | Версия1.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| UML_Standard_Profile-1.0.pom | |
| UML_Standard_Profile-1.0.jar | 82 KB |
| UML_Standard_Profile-1.0-sources.jar | 144 bytes |
| UML_Standard_Profile-1.0-javadoc.jar | 144 bytes |
| Обзор |
<!-- 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</version>
</dependency>
// https://jarcasting.com/artifacts/org.omg.profiles.uml14/UML_Standard_Profile/
implementation 'org.omg.profiles.uml14:UML_Standard_Profile:1.0'
// https://jarcasting.com/artifacts/org.omg.profiles.uml14/UML_Standard_Profile/
implementation ("org.omg.profiles.uml14:UML_Standard_Profile:1.0")
'org.omg.profiles.uml14:UML_Standard_Profile:jar:1.0'
<dependency org="org.omg.profiles.uml14" name="UML_Standard_Profile" rev="1.0">
<artifact name="UML_Standard_Profile" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.omg.profiles.uml14', module='UML_Standard_Profile', version='1.0')
)
libraryDependencies += "org.omg.profiles.uml14" % "UML_Standard_Profile" % "1.0"
[org.omg.profiles.uml14/UML_Standard_Profile "1.0"]