| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииDistribution Компиляция и сборка |
| Группа | Группаorg.wso2.org.apache.commons |
| Идентификатор | Идентификаторcommons-vfs2-distribution |
| Версия | Версия2.2.0-wso2v12 |
| Тип | Типpom |
| Описание |
ОписаниеApache Commons VFS Distribution
Apache Commons VFS is a Virtual File System library - Distribution archives.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| commons-vfs2-distribution-2.2.0-wso2v12.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.wso2.org.apache.commons/commons-vfs2-distribution/ -->
<dependency>
<groupId>org.wso2.org.apache.commons</groupId>
<artifactId>commons-vfs2-distribution</artifactId>
<version>2.2.0-wso2v12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wso2.org.apache.commons/commons-vfs2-distribution/
implementation 'org.wso2.org.apache.commons:commons-vfs2-distribution:2.2.0-wso2v12'
// https://jarcasting.com/artifacts/org.wso2.org.apache.commons/commons-vfs2-distribution/
implementation ("org.wso2.org.apache.commons:commons-vfs2-distribution:2.2.0-wso2v12")
'org.wso2.org.apache.commons:commons-vfs2-distribution:pom:2.2.0-wso2v12'
<dependency org="org.wso2.org.apache.commons" name="commons-vfs2-distribution" rev="2.2.0-wso2v12">
<artifact name="commons-vfs2-distribution" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wso2.org.apache.commons', module='commons-vfs2-distribution', version='2.2.0-wso2v12')
)
libraryDependencies += "org.wso2.org.apache.commons" % "commons-vfs2-distribution" % "2.2.0-wso2v12"
[org.wso2.org.apache.commons/commons-vfs2-distribution "2.2.0-wso2v12"]