не последняя версия
Последняя версия 0.1.5

cn.bestwu.simpleframework:core 0.1.4

core

Группа

Группа

cn.bestwu.simpleframework
Идентификатор

Идентификатор

core
Версия

Версия

0.1.4
Тип

Тип

jar

Скачать core 0.1.4

Имя Файла Размер
core-0.1.4.pom
core-0.1.4.jar 133 KB
core-0.1.4-sources.jar 80 KB
core-0.1.4-javadoc.jar 334 KB
Обзор

<!-- https://jarcasting.com/artifacts/cn.bestwu.simpleframework/core/ -->
<dependency>
    <groupId>cn.bestwu.simpleframework</groupId>
    <artifactId>core</artifactId>
    <version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/cn.bestwu.simpleframework/core/
implementation 'cn.bestwu.simpleframework:core:0.1.4'
// https://jarcasting.com/artifacts/cn.bestwu.simpleframework/core/
implementation ("cn.bestwu.simpleframework:core:0.1.4")
'cn.bestwu.simpleframework:core:jar:0.1.4'
<dependency org="cn.bestwu.simpleframework" name="core" rev="0.1.4">
  <artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.bestwu.simpleframework', module='core', version='0.1.4')
)
libraryDependencies += "cn.bestwu.simpleframework" % "core" % "0.1.4"
[cn.bestwu.simpleframework/core "0.1.4"]