Download org.tinygroup.context-1.2.0.jar file

Introduction

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

License

Open Source

Type List

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

META-INF/MANIFEST.MF
META-INF/maven/org.tinygroup/org.tinygroup.context/pom.properties
META-INF/maven/org.tinygroup/org.tinygroup.context/pom.xml
org.tinygroup.context.BaseContext.class
org.tinygroup.context.Context.class
org.tinygroup.context.Context2Map.class
org.tinygroup.context.exception.ContextException.class
org.tinygroup.context.impl.BaseContextImpl.class
org.tinygroup.context.impl.ContextImpl.class
org.tinygroup.context.util.ContextFactory.class

Pom

org.tinygroup.context-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.context</artifactId>
  <name>org.tinygroup.context</name>
  <url>http://maven.apache.org</url>
  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  </properties>
  <dependencies>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>3.8.1</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

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

Download

If you think the following org.tinygroup.context-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.context-1.2.0.jar file




PreviousNext

Related