License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.sojo |
ArtifactId | ArtifactIdsojo |
Version | Version1.0.13 |
Type | Typejar |
Description |
DescriptionSOJO
Simplified Old Java Objects.
This is a refactored version of the original sojo at http://sojo.sf.net for Java 1.7+.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sojo-1.0.13.pom | |
sojo-1.0.13.jar | 175 KB |
sojo-1.0.13-sources.jar | 144 KB |
sojo-1.0.13-javadoc.jar | 605 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.sojo/sojo/ -->
<dependency>
<groupId>net.sf.sojo</groupId>
<artifactId>sojo</artifactId>
<version>1.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.sojo/sojo/
implementation 'net.sf.sojo:sojo:1.0.13'
// https://jarcasting.com/artifacts/net.sf.sojo/sojo/
implementation ("net.sf.sojo:sojo:1.0.13")
'net.sf.sojo:sojo:jar:1.0.13'
<dependency org="net.sf.sojo" name="sojo" rev="1.0.13">
<artifact name="sojo" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.sojo', module='sojo', version='1.0.13')
)
libraryDependencies += "net.sf.sojo" % "sojo" % "1.0.13"
[net.sf.sojo/sojo "1.0.13"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | 1.1.1 |
commons-attributes : commons-attributes-api | jar | 2.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-library | jar | 1.3 |