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