| License |
License |
|---|---|
| Categories |
CategoriesData |
| GroupId | GroupIdcom.github.dadiyang |
| ArtifactId | ArtifactIddataprocessor |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| dataprocessor-1.0.0.pom | |
| dataprocessor-1.0.0.jar | 32 KB |
| dataprocessor-1.0.0-sources.jar | 23 KB |
| dataprocessor-1.0.0-javadoc.jar | 146 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.dadiyang/dataprocessor/ -->
<dependency>
<groupId>com.github.dadiyang</groupId>
<artifactId>dataprocessor</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dadiyang/dataprocessor/
implementation 'com.github.dadiyang:dataprocessor:1.0.0'
// https://jarcasting.com/artifacts/com.github.dadiyang/dataprocessor/
implementation ("com.github.dadiyang:dataprocessor:1.0.0")
'com.github.dadiyang:dataprocessor:jar:1.0.0'
<dependency org="com.github.dadiyang" name="dataprocessor" rev="1.0.0">
<artifact name="dataprocessor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dadiyang', module='dataprocessor', version='1.0.0')
)
libraryDependencies += "com.github.dadiyang" % "dataprocessor" % "1.0.0"
[com.github.dadiyang/dataprocessor "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |
| com.alibaba : fastjson | jar | 1.2.54 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.hamcrest : hamcrest-all | jar | 1.3 |
| junit : junit | jar | 4.12 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.21 |