dasein-util
General utilities for Java programming, commonly leveraged by other Dasein projects. Includes libraries for units of measure, extensions to calendar management, JSP tools, etc.
| License |
License |
|---|---|
| GroupId | GroupIdorg.dasein |
| ArtifactId | ArtifactIddasein-util |
| Last Version | Last Version2013.02 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiondasein-util
Utilities for writing Java applications
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| dasein-util-2013.02.pom | |
| dasein-util-2013.02.jar | 212 KB |
| dasein-util-2013.02-sources.jar | 160 KB |
| dasein-util-2013.02-javadoc.jar | 710 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.dasein/dasein-util/ -->
<dependency>
<groupId>org.dasein</groupId>
<artifactId>dasein-util</artifactId>
<version>2013.02</version>
</dependency>
// https://jarcasting.com/artifacts/org.dasein/dasein-util/
implementation 'org.dasein:dasein-util:2013.02'
// https://jarcasting.com/artifacts/org.dasein/dasein-util/
implementation ("org.dasein:dasein-util:2013.02")
'org.dasein:dasein-util:jar:2013.02'
<dependency org="org.dasein" name="dasein-util" rev="2013.02">
<artifact name="dasein-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dasein', module='dasein-util', version='2013.02')
)
libraryDependencies += "org.dasein" % "dasein-util" % "2013.02"
[org.dasein/dasein-util "2013.02"]
| Group / Artifact | Type | Version |
|---|---|---|
| log4j : log4j Optional | jar | 1.2.17 |
| com.google.code.findbugs : jsr305 | jar | 2.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |
| javax.servlet : jsp-api | jar | 2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.9 |
General utilities for Java programming, commonly leveraged by other Dasein projects. Includes libraries for units of measure, extensions to calendar management, JSP tools, etc.