Download phynixx-common-2.0.1.jar file

Introduction

You can download phynixx-common-2.0.1.jar in this page.

License

Open Source

Type List

phynixx-common-2.0.1.jar file has the following types.

LICENSE.TXT
META-INF/INDEX.LIST
META-INF/LICENSE.TXT
META-INF/MANIFEST.MF
META-INF/THIRD-PARTY.txt
logback.xml
org.csc.phynixx.common.cast.IImplementor.class
org.csc.phynixx.common.cast.Implementor.class
org.csc.phynixx.common.cast.ImplementorUtils.class
org.csc.phynixx.common.cast.ImplementorWrapper.class
org.csc.phynixx.common.cast.ObjectImplementor.class
org.csc.phynixx.common.exceptions.DelegatedRuntimeException.class
org.csc.phynixx.common.exceptions.ExceptionUtils.class
org.csc.phynixx.common.exceptions.IDelegated.class
org.csc.phynixx.common.exceptions.SampleTransactionalException.class
org.csc.phynixx.common.generator.IDGenerator.class
org.csc.phynixx.common.generator.IDGenerators.class
org.csc.phynixx.common.generator.IDLongGenerator.class
org.csc.phynixx.common.generator.SynchronizedGenerator.class
org.csc.phynixx.common.io.LogRecordPageReader.class
org.csc.phynixx.common.io.LogRecordPageWriter.class
org.csc.phynixx.common.io.LogRecordReader.class
org.csc.phynixx.common.io.LogRecordWriter.class
org.csc.phynixx.common.logger.IPhynixxLogManager.class
org.csc.phynixx.common.logger.IPhynixxLogger.class
org.csc.phynixx.common.logger.PhynixxLogManager.class
org.csc.phynixx.common.logger.PrintLogManager.class
org.csc.phynixx.common.logger.PrintLogger.class
org.csc.phynixx.common.logger.SLF4JLogger.class
org.csc.phynixx.common.logger.SLF4JManager.class
org.csc.phynixx.common.utils.GroupingAssociation.class
org.csc.phynixx.common.utils.UnorderedMany2ManyAssociation.class

Pom

phynixx-common-2.0.1.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/maven-v4_0_0.xsd">
	<modelVersion>4.0.0</modelVersion>

	<parent>
		<artifactId>phynixx</artifactId>
		<groupId>org.csc</groupId>
		<version>2.0.1</version>
		<relativePath>../pom.xml</relativePath>
	</parent>

	<artifactId>phynixx-common</artifactId>
	<packaging>jar</packaging>

	<name>phynixx-common</name>
	<description>code common for all phynixx components</description>


	<dependencies>
		<dependency>
			<groupId>org.csc</groupId>
			<artifactId>phynixx-optionals</artifactId>
			<version>${project.version}</version>
			<type>jar</type>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
		</dependency>

		<dependency>
			<groupId>org.mockito</groupId>
			<artifactId>mockito-all</artifactId>
		</dependency>

		<dependency>
			<groupId>org.slf4j</groupId>
			<artifactId>slf4j-api</artifactId>
		</dependency>

		<!-- <dependency> <groupId>org.slf4j</groupId> <artifactId>log4j-over-slf4j</artifactId> 
			</dependency> -->


		<dependency>
			<groupId>commons-io</groupId>
			<artifactId>commons-io</artifactId>
		</dependency>


	</dependencies>

	<build>
		<plugins>

			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-compiler-plugin</artifactId>
			</plugin>


			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-surefire-plugin</artifactId>
			</plugin>

			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-jar-plugin</artifactId>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-deploy-plugin</artifactId>
			</plugin>

			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-project-info-reports-plugin</artifactId>
			</plugin>

		</plugins>
	</build>


</project>

POM Entry

<dependency>
   <groupId>org.csc</groupId>
   <artifactId>phynixx-common</artifactId>
   <version>2.0.1</version>
</dependency>

Download

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



Download phynixx-common-2.0.1.jar file




PreviousNext

Related