is not current version
Last Version 0.1.5

cn.bestwu.simpleframework:core 0.1.3

core

GroupId

GroupId

cn.bestwu.simpleframework
ArtifactId

ArtifactId

core
Version

Version

0.1.3
Type

Type

jar

Download core 0.1.3


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