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