Download org.tinygroup.springutil-1.2.0.jar file

Introduction

You can download org.tinygroup.springutil-1.2.0.jar in this page.

License

Open Source

Type List

org.tinygroup.springutil-1.2.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.tinygroup/org.tinygroup.springutil/pom.properties
META-INF/maven/org.tinygroup/org.tinygroup.springutil/pom.xml
org.tinygroup.beanwrapper.BeanWrapperHolder.class
org.tinygroup.beanwrapper.BeanWrapperImpl.class
org.tinygroup.beanwrapper.CachedIntrospectionResults.class
org.tinygroup.beanwrapper.GenericTypeAwarePropertyDescriptor.class
org.tinygroup.beanwrapper.PropertyMatches.class
org.tinygroup.beanwrapper.PropertyValue.class
org.tinygroup.beanwrapper.TypeConverterDelegate.class
org.tinygroup.springutil.SpringBeanContainer.class
org.tinygroup.springutil.TypeConverterUtil.class
org.tinygroup.springutil.fileresolver.SpringBeansFileProcessor.class
org.tinygroup.support.BeanSupport.class
springutil.beans.xml

Pom

org.tinygroup.springutil-1.2.0.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.tinygroup</groupId>
    <artifactId>framework</artifactId>
    <version>1.2.0</version>
  </parent>
  <artifactId>org.tinygroup.springutil</artifactId>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.tinygroup</groupId>
      <artifactId>org.tinygroup.logger</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.tinygroup</groupId>
      <artifactId>org.tinygroup.vfs</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.tinygroup</groupId>
      <artifactId>org.tinygroup.spring256</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.tinygroup</groupId>
      <artifactId>org.tinygroup.exception</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.tinygroup</groupId>
      <artifactId>org.tinygroup.beancontainer</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>org.tinygroup</groupId>
      <artifactId>org.tinygroup.fileresolver</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>commons-pool</groupId>
      <artifactId>commons-pool</artifactId>
      <version>1.4</version>
    </dependency>
    <dependency>
      <groupId>commons-collections</groupId>
      <artifactId>commons-collections</artifactId>
      <version>3.1</version>
    </dependency>
    <dependency>
      <groupId>c3p0</groupId>
      <artifactId>c3p0</artifactId>
      <version>0.9.1.2</version>
    </dependency>
    <dependency>
      <groupId>cglib</groupId>
      <artifactId>cglib</artifactId>
      <version>2.1_3</version>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>org.tinygroup</groupId>
   <artifactId>org.tinygroup.springutil</artifactId>
   <version>1.2.0</version>
</dependency>

Download

If you think the following org.tinygroup.springutil-1.2.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download org.tinygroup.springutil-1.2.0.jar file




PreviousNext

Related