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