GroupId | GroupIdcom.ocpsoft |
---|---|
ArtifactId | ArtifactIdocpsoft-base |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOcpsoft Base
Core Utilities
|
Filename | Size |
---|---|
ocpsoft-base-1.0.1.pom | |
ocpsoft-base-1.0.1.jar | 26 KB |
ocpsoft-base-1.0.1-tests.jar | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ocpsoft/ocpsoft-base/ -->
<dependency>
<groupId>com.ocpsoft</groupId>
<artifactId>ocpsoft-base</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.ocpsoft/ocpsoft-base/
implementation 'com.ocpsoft:ocpsoft-base:1.0.1'
// https://jarcasting.com/artifacts/com.ocpsoft/ocpsoft-base/
implementation ("com.ocpsoft:ocpsoft-base:1.0.1")
'com.ocpsoft:ocpsoft-base:jar:1.0.1'
<dependency org="com.ocpsoft" name="ocpsoft-base" rev="1.0.1">
<artifact name="ocpsoft-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ocpsoft', module='ocpsoft-base', version='1.0.1')
)
libraryDependencies += "com.ocpsoft" % "ocpsoft-base" % "1.0.1"
[com.ocpsoft/ocpsoft-base "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
commons-lang : commons-lang | jar | 2.4 |
commons-codec : commons-codec | jar | 1.3 |
commons-logging : commons-logging | jar | 1.1.1 |
javax.mail : mail | jar | 1.4.1 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |