| Категории |
КатегорииCLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаorg.mod4j.org.eclipse.core |
| Идентификатор | Идентификаторfilesystem |
| Последняя версия | Последняя версия1.2.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеCore File Systems
|
| Имя Файла | Размер |
|---|---|
| filesystem-1.2.0.pom | |
| filesystem-1.2.0.jar | 43 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.mod4j.org.eclipse.core/filesystem/ -->
<dependency>
<groupId>org.mod4j.org.eclipse.core</groupId>
<artifactId>filesystem</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mod4j.org.eclipse.core/filesystem/
implementation 'org.mod4j.org.eclipse.core:filesystem:1.2.0'
// https://jarcasting.com/artifacts/org.mod4j.org.eclipse.core/filesystem/
implementation ("org.mod4j.org.eclipse.core:filesystem:1.2.0")
'org.mod4j.org.eclipse.core:filesystem:jar:1.2.0'
<dependency org="org.mod4j.org.eclipse.core" name="filesystem" rev="1.2.0">
<artifact name="filesystem" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mod4j.org.eclipse.core', module='filesystem', version='1.2.0')
)
libraryDependencies += "org.mod4j.org.eclipse.core" % "filesystem" % "1.2.0"
[org.mod4j.org.eclipse.core/filesystem "1.2.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.mod4j.org.eclipse.equinox : common | jar | [3.2.0,4.0.0) |
| org.mod4j.org.eclipse.equinox : registry | jar | [3.2.0,4.0.0) |
| org.mod4j.org.eclipse : osgi | jar | [3.2.0,4.0.0) |