| Группа | Группаorg.ow2.easycommons |
|---|---|
| Идентификатор | Идентификаторeasycommons-io |
| Версия | Версия1.2.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| easycommons-io-1.2.3.pom | |
| easycommons-io-1.2.3.jar | 12 KB |
| easycommons-io-1.2.3-tests.jar | 26 KB |
| easycommons-io-1.2.3-sources.jar | 8 KB |
| easycommons-io-1.2.3-source-release.zip | 24 KB |
| easycommons-io-1.2.3-source-release.tar.gz | 13 KB |
| easycommons-io-1.2.3-javadoc.jar | 50 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.ow2.easycommons/easycommons-io/ -->
<dependency>
<groupId>org.ow2.easycommons</groupId>
<artifactId>easycommons-io</artifactId>
<version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.easycommons/easycommons-io/
implementation 'org.ow2.easycommons:easycommons-io:1.2.3'
// https://jarcasting.com/artifacts/org.ow2.easycommons/easycommons-io/
implementation ("org.ow2.easycommons:easycommons-io:1.2.3")
'org.ow2.easycommons:easycommons-io:jar:1.2.3'
<dependency org="org.ow2.easycommons" name="easycommons-io" rev="1.2.3">
<artifact name="easycommons-io" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.easycommons', module='easycommons-io', version='1.2.3')
)
libraryDependencies += "org.ow2.easycommons" % "easycommons-io" % "1.2.3"
[org.ow2.easycommons/easycommons-io "1.2.3"]