License |
License
hynnet.com
|
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdcom.hynnet |
ArtifactId | ArtifactIdlazy |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlazy
Java实现的、在商业化系统实际使用的类库及组件库。能帮助团队快速开发出健壮的、高性能、易于维护的软件系统。
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
lazy-1.0.pom | |
lazy-1.0.jar | 7 MB |
lazy-1.0-sources.jar | 534 bytes |
lazy-1.0-javadoc.jar | 534 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.hynnet/lazy/ -->
<dependency>
<groupId>com.hynnet</groupId>
<artifactId>lazy</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hynnet/lazy/
implementation 'com.hynnet:lazy:1.0'
// https://jarcasting.com/artifacts/com.hynnet/lazy/
implementation ("com.hynnet:lazy:1.0")
'com.hynnet:lazy:jar:1.0'
<dependency org="com.hynnet" name="lazy" rev="1.0">
<artifact name="lazy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hynnet', module='lazy', version='1.0')
)
libraryDependencies += "com.hynnet" % "lazy" % "1.0"
[com.hynnet/lazy "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |