is not current version
Last Version 0.1.5

cn.bestwu.simpleframework:core 0.0.4

core

GroupId

GroupId

cn.bestwu.simpleframework
ArtifactId

ArtifactId

core
Version

Version

0.0.4
Type

Type

jar

Download core 0.0.4


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