Download jfairy-0.4.3.jar file

Introduction

You can download jfairy-0.4.3.jar in this page.

License

The Apache Software License, Version 2.0

Type List

jfairy-0.4.3.jar file has the following types.

META-INF/MANIFEST.MF
io.codearte.jfairy.Bootstrap.class
io.codearte.jfairy.EnFairyModule.class
io.codearte.jfairy.EsFairyModule.class
io.codearte.jfairy.Fairy.class
io.codearte.jfairy.FairyFactory.class
io.codearte.jfairy.FairyModule.class
io.codearte.jfairy.PlFairyModule.class
io.codearte.jfairy.data.DataMaster.class
io.codearte.jfairy.producer.BaseProducer.class
io.codearte.jfairy.producer.DateProducer.class
io.codearte.jfairy.producer.TimeProvider.class
io.codearte.jfairy.producer.VATIdentificationNumberProvider.class
io.codearte.jfairy.producer.company.Company.class
io.codearte.jfairy.producer.company.CompanyFactory.class
io.codearte.jfairy.producer.company.CompanyProvider.class
io.codearte.jfairy.producer.company.locale.en.EmployerIdentificationNumberProvider.class
io.codearte.jfairy.producer.company.locale.es.CIFProvider.class
io.codearte.jfairy.producer.company.locale.pl.NIPProvider.class
io.codearte.jfairy.producer.net.IPNumberProducer.class
io.codearte.jfairy.producer.net.NetworkProducer.class
io.codearte.jfairy.producer.payment.CreditCard.class
io.codearte.jfairy.producer.payment.IBAN.class
io.codearte.jfairy.producer.payment.IBANFactory.class
io.codearte.jfairy.producer.payment.IBANProperties.class
io.codearte.jfairy.producer.payment.IBANProvider.class
io.codearte.jfairy.producer.person.Address.class
io.codearte.jfairy.producer.person.AddressProvider.class
io.codearte.jfairy.producer.person.NationalIdentificationNumber.class
io.codearte.jfairy.producer.person.NationalIdentityCardNumberProvider.class
io.codearte.jfairy.producer.person.PassportNumberProvider.class
io.codearte.jfairy.producer.person.Person.class
io.codearte.jfairy.producer.person.PersonFactory.class
io.codearte.jfairy.producer.person.PersonProperties.class
io.codearte.jfairy.producer.person.PersonProvider.class
io.codearte.jfairy.producer.person.locale.en.EnPassportNumberProvider.class
io.codearte.jfairy.producer.person.locale.en.SocialSecurityCardNumberProvider.class
io.codearte.jfairy.producer.person.locale.es.DNINumberProvider.class
io.codearte.jfairy.producer.person.locale.es.EsPassportNumberProvider.class
io.codearte.jfairy.producer.person.locale.pl.PeselFactory.class
io.codearte.jfairy.producer.person.locale.pl.PeselProperties.class
io.codearte.jfairy.producer.person.locale.pl.PeselProvider.class
io.codearte.jfairy.producer.person.locale.pl.PlIdentityCardNumberProvider.class
io.codearte.jfairy.producer.person.locale.pl.PlPassportNumberProvider.class
io.codearte.jfairy.producer.text.TextProducer.class
io.codearte.jfairy.producer.text.TextProducerInternal.class
io.codearte.jfairy.producer.text.TextUtils.class
io.codearte.jfairy.producer.util.AlphaNumberSystem.class
io.codearte.jfairy.producer.util.CharConverter.class
io.codearte.jfairy.producer.util.LanguageCode.class
io.codearte.jfairy.producer.util.locale.NonOpCharConverter.class
io.codearte.jfairy.producer.util.locale.PlCharConverter.class
jfairy.yml
jfairy_en.yml
jfairy_es.yml
jfairy_pl.yml

Pom

jfairy-0.4.3.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.codearte.jfairy</groupId>
  <artifactId>jfairy</artifactId>
  <version>0.4.3</version>
  <name>jFairy</name>
  <description>jFairy - Java fake data generator</description>
  <url>http://www.jfairy.org</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>jkubrynski</id>
      <name>Jakub Kubry?ski</name>
      <email>jkubrynski ATT gmail DOTT com</email>
      <roles>
        <role>despot</role>
        <role>developer</role>
      </roles>
    </developer>
    <developer>
      <id>mariuszs</id>
      <name>Mariusz Smyku?a</name>
      <email>mariuszs ATT gmail DOTT com</email>
      <roles>
        <role>despot</role>
        <role>developer</role>
      </roles>
    </developer>
    <developer>
      <id>szpak</id>
      <name>Marcin Zaj?czkowski</name>
      <email>mszpak ATT wp DOTT pl</email>
      <roles>
        <role>despot</role>
        <role>developer</role>
      </roles>
    </developer>
    <developer>
      <id>olga.maciaszek</id>
      <name>Olga Maciaszek-Sharma</name>
      <email>olga.maciaszek ATT gmail DOTT com</email>
      <roles>
        <role>developer</role>
        <role>qa engineer</role>
      </roles>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:Codearte/jfairy.git</connection>
    <developerConnection>scm:git:git@github.com:Codearte/jfairy.git</developerConnection>
    <url>https://github.com/Codearte/jfairy</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>[15.0,)</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>commons-validator</groupId>
      <artifactId>commons-validator</artifactId>
      <version>1.4.0</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.google.inject</groupId>
      <artifactId>guice</artifactId>
      <version>3.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.yaml</groupId>
      <artifactId>snakeyaml</artifactId>
      <version>[1.9,2.0)</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.iban4j</groupId>
      <artifactId>iban4j</artifactId>
      <version>2.1.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.objenesis</groupId>
      <artifactId>objenesis</artifactId>
      <version>2.1</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.codehaus.groovy</groupId>
      <artifactId>groovy-all</artifactId>
      <version>2.3.4</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>cglib</groupId>
      <artifactId>cglib-nodep</artifactId>
      <version>2.2.2</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>org.spockframework</groupId>
      <artifactId>spock-core</artifactId>
      <version>0.7-groovy-2.0</version>
      <scope>test</scope>
    </dependency>
    <dependency>
      <groupId>com.google.inject.extensions</groupId>
      <artifactId>guice-assistedinject</artifactId>
      <version>3.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>joda-time</groupId>
      <artifactId>joda-time</artifactId>
      <version>2.3</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.reflections</groupId>
      <artifactId>reflections</artifactId>
      <version>0.9.9</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.apache.commons</groupId>
      <artifactId>commons-lang3</artifactId>
      <version>3.3.2</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.7</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>ch.qos.logback</groupId>
      <artifactId>logback-classic</artifactId>
      <version>1.1.2</version>
      <scope>test</scope>
    </dependency>
  </dependencies>
</project>

POM Entry

<dependency>
   <groupId>io.codearte.jfairy</groupId>
   <artifactId>jfairy</artifactId>
   <version>0.4.3</version>
</dependency>

Download

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



Download jfairy-0.4.3.jar file




PreviousNext

Related