| Группа | Группаorg.ow2.mind |
|---|---|
| Идентификатор | Идентификаторidl-frontend |
| Версия | Версия1.0.1 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| idl-frontend-1.0.1.pom | |
| idl-frontend-1.0.1.jar | 101 KB |
| idl-frontend-1.0.1-sources.jar | 87 KB |
| idl-frontend-1.0.1-javadoc.jar | 465 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.ow2.mind/idl-frontend/ -->
<dependency>
<groupId>org.ow2.mind</groupId>
<artifactId>idl-frontend</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.mind/idl-frontend/
implementation 'org.ow2.mind:idl-frontend:1.0.1'
// https://jarcasting.com/artifacts/org.ow2.mind/idl-frontend/
implementation ("org.ow2.mind:idl-frontend:1.0.1")
'org.ow2.mind:idl-frontend:jar:1.0.1'
<dependency org="org.ow2.mind" name="idl-frontend" rev="1.0.1">
<artifact name="idl-frontend" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.mind', module='idl-frontend', version='1.0.1')
)
libraryDependencies += "org.ow2.mind" % "idl-frontend" % "1.0.1"
[org.ow2.mind/idl-frontend "1.0.1"]