gotoeasy-core

gotoeasy-core contains some useful classes.

License

License

GroupId

GroupId

top.gotoeasy
ArtifactId

ArtifactId

gotoeasy-core
Last Version

Last Version

1.2.11
Release Date

Release Date

Type

Type

jar
Description

Description

gotoeasy-core
gotoeasy-core contains some useful classes.
Project URL

Project URL

https://github.com/gotoeasy/gotoeasy-core
Source Code Management

Source Code Management

https://github.com/gotoeasy/gotoeasy-core

Download gotoeasy-core

How to add to project

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

Dependencies

test (2)

Group / Artifact Type Version
org.spockframework : spock-core jar 1.1-groovy-2.4
org.codehaus.groovy : groovy-all jar 2.4.15

Project Modules

There are no modules declared in this project.

Codacy Badge Maven Central Javadocs License

gotoeasy-core

GotoEasy系列的核心包,没有第三方包的依赖,目的为提供常用功能方便使用。

Maven使用

<dependency>
    <groupId>top.gotoeasy</groupId>
    <artifactId>gotoeasy-core</artifactId>
    <version>x.y.z</version>
</dependency>

Gradle使用

compile group: 'top.gotoeasy', name: 'gotoeasy-core', version: 'x.y.z'

主要内容

gotoeasy-core/
├── bus (总线)
├── compiler (动态编译)
├── config (Js配置文件)
├── converter (数据类型转换)
├── log (日志系统动态选择)
├── reflect (反射类)
└── util (工具类)

GotoEasy系列

Versions

Version
1.2.11
1.2.10
1.2.9
1.2.8
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.0