| License |
License |
|---|---|
| Categories |
CategoriesData |
| GroupId | GroupIdcom.github.houbb |
| ArtifactId | ArtifactIddata-struct |
| Last Version | Last Version0.0.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiondata-struct
The data struct framework for java
|
| Filename | Size |
|---|---|
| data-struct-0.0.5.pom | |
| data-struct-0.0.5.jar | 24 KB |
| data-struct-0.0.5-sources.jar | 20 KB |
| data-struct-0.0.5-javadoc.jar | 150 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/data-struct/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>data-struct</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/data-struct/
implementation 'com.github.houbb:data-struct:0.0.5'
// https://jarcasting.com/artifacts/com.github.houbb/data-struct/
implementation ("com.github.houbb:data-struct:0.0.5")
'com.github.houbb:data-struct:jar:0.0.5'
<dependency org="com.github.houbb" name="data-struct" rev="0.0.5">
<artifact name="data-struct" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='data-struct', version='0.0.5')
)
libraryDependencies += "com.github.houbb" % "data-struct" % "0.0.5"
[com.github.houbb/data-struct "0.0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.houbb : heaven | jar | 0.1.118 |
| com.github.houbb : log-integration | jar | 1.1.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |