| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
请一定要先安装lombok插件,少写很多getter/setter。不装插件会找不到getter/setter方法
第一种方式比较方便,可以引用整个标准库,第二种方式比较灵活。如果你只用得上其中某个模块的功能,适合单独引用。
<dependency>
<groupId>info.xiaomo</groupId>
<artifactId>all</artifactId>
<version>RELEASE</version>
</dependency>
<dependency>
<groupId>info.xiaomo</groupId>
<artifactId>base</artifactId>
<version>RELEASE</version>
</dependency>
<dependency>
<groupId>info.xiaomo</groupId>
<artifactId>config</artifactId>
<version>RELEASE</version>
</dependency>
<dependency>
<groupId>info.xiaomo</groupId>
<artifactId>persist</artifactId>
<version>RELEASE</version>
</dependency>
<dependency>
<groupId>info.xiaomo</groupId>
<artifactId>logger</artifactId>
<version>RELEASE</version>
</dependency>
<dependency>
<groupId>info.xiaomo</groupId>
<artifactId>protocol</artifactId>
<version>RELEASE</version>
</dependency>
665419015
Copyright 2017 ChessGame Group
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
| Back | FazBrowse Home | New Git URL |