License |
License |
---|---|
GroupId | GroupIdorg.yestech |
ArtifactId | ArtifactIdyeslib |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionYES Library
A collection of classes that can be used across yestech artifacts/components, but must not be dependant
on any yestech component. Most of the code is utility type code. When more than a few classes are
found to be in a package or the package start to handle more that a few reposibilities then a new
independant component is created and the existing code in yeslib is ported to the new component.
|
Project Organization |
Project OrganizationYES Technology Association |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
yeslib-1.2.0.pom | |
yeslib-1.2.0.jar | 203 KB |
yeslib-1.2.0-sources.jar | 120 KB |
yeslib-1.2.0-javadoc.jar | 705 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.yestech/yeslib/ -->
<dependency>
<groupId>org.yestech</groupId>
<artifactId>yeslib</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.yestech/yeslib/
implementation 'org.yestech:yeslib:1.2.0'
// https://jarcasting.com/artifacts/org.yestech/yeslib/
implementation ("org.yestech:yeslib:1.2.0")
'org.yestech:yeslib:jar:1.2.0'
<dependency org="org.yestech" name="yeslib" rev="1.2.0">
<artifact name="yeslib" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.yestech', module='yeslib', version='1.2.0')
)
libraryDependencies += "org.yestech" % "yeslib" % "1.2.0"
[org.yestech/yeslib "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api Optional | jar | 2.5 |
javax.servlet : jsp-api Optional | jar | 2.0 |
org.springframework : spring Optional | jar | 2.5.6.SEC01 |
org.springframework : spring-beans Optional | jar | 2.5.6.SEC01 |
org.springframework : spring-context Optional | jar | 2.5.6.SEC01 |
org.slf4j : slf4j-api | jar | 1.5.8 |
org.slf4j : slf4j-jdk14 | jar | 1.5.8 |
org.jboss.resteasy : jaxrs-api Optional | jar | 1.2.1.GA |
org.apache.geronimo.specs : geronimo-jms_1.1_spec Optional | jar | 1.1.1 |
org.apache.geronimo.specs : geronimo-jpa_3.0_spec Optional | jar | 1.1.1 |
com.google.guava : guava Optional | jar | r07 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-test | jar | 2.5.6.SEC01 |
org.mockito : mockito-all | jar | 1.8.2 |
junit : junit | jar | 4.7 |