Last Version

YES Library 1.2.0

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.

License

License

GroupId

GroupId

org.yestech
ArtifactId

ArtifactId

yeslib
Version

Version

1.2.0
Type

Type

jar
Description

Description

YES 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 Organization

YES Technology Association
Source Code Management

Source Code Management

http://github.com/yestech/yeslib/tree/master

Download yeslib 1.2.0


<!-- 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"]

Dependencies

compile (21)

Group / Artifact Type Version
org.jboss.resteasy : resteasy-jaxrs Optional jar 1.2.1.GA
com.hazelcast : hazelcast Optional jar 1.7.1
org.terracotta.modules » tim-pipes Optional jar 2.1.0
org.terracotta.modules » tim-annotations Optional jar 1.4.0
org.apache.camel : camel-core Optional jar 2.0.0
org.aspectj : aspectjrt Optional jar 1.6.2
xalan : xalan Optional jar 2.7.1
jdom : jdom Optional jar 1.0
com.thoughtworks.xstream : xstream Optional jar 1.3.1
commons-lang : commons-lang Optional jar 2.4
org.codehaus.jettison : jettison Optional jar 1.1
commons-codec : commons-codec Optional jar 1.3
com.caucho : hessian Optional jar 4.0.7
joda-time : joda-time Optional jar 1.6
commons-io : commons-io Optional jar 1.4
org.hibernate : hibernate-core Optional jar 3.3.1.GA
org.apache.ibatis : ibatis-sqlmap Optional jar 2.3.4.726
net.sf.ehcache : ehcache-core Optional jar 2.2.0
org.hibernate : hibernate-search Optional jar 3.1.0.GA
cglib : cglib-full Optional jar 2.0.2
commons-beanutils : commons-beanutils Optional jar 1.8.0

provided (11)

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

test (3)

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

Project Modules

There are no modules declared in this project.