ipojo-module
为 ipojo 提供功能拓展,使用时需要依赖ipojo
子模块
- coap-server Coap协议服务端封装
- easy-h2-jdbc H2数据库的简单ORM框架
- easy-helper 常用工具(开发中)
- stream 简单的异步处理工具
License |
License |
---|---|
GroupId | GroupIdtech.guyi.ipojo |
ArtifactId | ArtifactIdstream |
Last Version | Last Version1.0.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiontech.guyi.ipojo:ipojo expand modules
|
Filename | Size |
---|---|
stream-1.0.0.3.pom | |
stream-1.0.0.3.jar | 19 KB |
stream-1.0.0.3-sources.jar | 9 KB |
stream-1.0.0.3-javadoc.jar | 490 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.guyi.ipojo/stream/ -->
<dependency>
<groupId>tech.guyi.ipojo</groupId>
<artifactId>stream</artifactId>
<version>1.0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/tech.guyi.ipojo/stream/
implementation 'tech.guyi.ipojo:stream:1.0.0.3'
// https://jarcasting.com/artifacts/tech.guyi.ipojo/stream/
implementation ("tech.guyi.ipojo:stream:1.0.0.3")
'tech.guyi.ipojo:stream:jar:1.0.0.3'
<dependency org="tech.guyi.ipojo" name="stream" rev="1.0.0.3">
<artifact name="stream" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.guyi.ipojo', module='stream', version='1.0.0.3')
)
libraryDependencies += "tech.guyi.ipojo" % "stream" % "1.0.0.3"
[tech.guyi.ipojo/stream "1.0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
tech.guyi.ipojo : ipojo | jar | 1.0.0.3 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.8 |
为 ipojo 提供功能拓展,使用时需要依赖ipojo