| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.neoremind |
| ArtifactId | ArtifactIdresult-util |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionresult-util
Result code and message utility for Java programmer
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| result-util-1.0.0.pom | |
| result-util-1.0.0.jar | 40 KB |
| result-util-1.0.0-sources.jar | 31 KB |
| result-util-1.0.0-javadoc.jar | 176 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.neoremind/result-util/ -->
<dependency>
<groupId>net.neoremind</groupId>
<artifactId>result-util</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.neoremind/result-util/
implementation 'net.neoremind:result-util:1.0.0'
// https://jarcasting.com/artifacts/net.neoremind/result-util/
implementation ("net.neoremind:result-util:1.0.0")
'net.neoremind:result-util:jar:1.0.0'
<dependency org="net.neoremind" name="result-util" rev="1.0.0">
<artifact name="result-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.neoremind', module='result-util', version='1.0.0')
)
libraryDependencies += "net.neoremind" % "result-util" % "1.0.0"
[net.neoremind/result-util "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.7 |
| dom4j : dom4j | jar | 1.6.1 |
| jaxen : jaxen | jar | 1.1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-log4j12 | jar | 1.7.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.hamcrest : hamcrest-core | jar | 1.3 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| junit : junit | jar | 4.11 |
| com.google.guava : guava | jar | 18.0 |
| org.apache.commons : commons-lang3 | jar | 3.2.1 |
| commons-collections : commons-collections | jar | 3.2.1 |
| net.sf.dozer : dozer | jar | 5.5.1 |
| commons-beanutils : commons-beanutils | jar | 1.9.2 |
| cglib : cglib | jar | 3.2.4 |
| org.springframework : spring-beans | jar | 4.2.7.RELEASE |