| Категории |
КатегорииAxon Библиотеки уровня приложения Distributed Applications |
|---|---|
| Группа | Группаorg.wso2.carbon.store |
| Идентификатор | Идентификаторtaxonomy-parent |
| Версия | Версия2.4.22 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| taxonomy-parent-2.4.22.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.wso2.carbon.store/taxonomy-parent/ -->
<dependency>
<groupId>org.wso2.carbon.store</groupId>
<artifactId>taxonomy-parent</artifactId>
<version>2.4.22</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.carbon.store/taxonomy-parent/
implementation 'org.wso2.carbon.store:taxonomy-parent:2.4.22'
// https://jarcasting.com/artifacts/org.wso2.carbon.store/taxonomy-parent/
implementation ("org.wso2.carbon.store:taxonomy-parent:2.4.22")
'org.wso2.carbon.store:taxonomy-parent:pom:2.4.22'
<dependency org="org.wso2.carbon.store" name="taxonomy-parent" rev="2.4.22">
<artifact name="taxonomy-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.carbon.store', module='taxonomy-parent', version='2.4.22')
)
libraryDependencies += "org.wso2.carbon.store" % "taxonomy-parent" % "2.4.22"
[org.wso2.carbon.store/taxonomy-parent "2.4.22"]