组织ID: |
commons-codec |
项目ID: |
commons-codec |
版本: |
1.3 |
最后修改时间: |
2018-07-23 21:12:06 |
包类型: |
jar |
标题: |
Codec |
描述: |
The codec package contains simple encoder and decoders for
various formats such as Base64 and Hexadecimal. In addition to these
widely used encoders and decoders, the codec package also maintains a
collection of phonetic encoding utilities. |
相关URL: |
http://jakarta.apache.org/commons/codec/ |
大小: |
45.63KB |
|
Maven引入代码: |
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.3</version>
</dependency>
|
Gradle引入代码: |
commons-codec:commons-codec:1.3
|
下载Jar包: |
|
POM文件内容: |
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<name>Codec</name>
<version>1.3</version>
<description>The codec package contains simple encoder and decoders for
various formats such as Base64 and Hexadecimal. In addition to these
widely used encoders and decoders, the codec package also maintains a
collection of phonetic encoding utilities.</description>
<url>http://jakarta.apache.org/commons/codec/</url>
<issueManagement>
<url>http://nagoya.apache.org/bugzilla/buglist.cgi?bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&email1=&emailtype1=substring&emailassigned_to1=1&email2=&emailtype2=substring&emailreporter2=1&bugidtype=include&bug_id=&changedin=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&product=Commons&component=Codec&short_desc=&short_desc_type=allwordssubstr&long_desc=&long_desc_type=allwordssubstr&bug_file_loc=&bug_file_loc_type=allwordssubstr&keywords=&keywords_type=anywords&field0-0-0=noop&type0-0-0=noop&value0-0-0=&cmdtype=doit&newqueryname=&order=Reuse+same+sort+as+last+time</url>
</issueManagement>
<ciManagement>
<notifiers>
<notifier>
<address>commons-dev@jakarta.apache.org</address>
</notifier>
</notifiers>
</ciManagement>
<inceptionYear>2002</inceptionYear>
<mailingLists>
<mailingList>
<name>Commons Dev List</name>
<subscribe>commons-dev-subscribe@jakarta.apache.org</subscribe>
<unsubscribe>commons-dev-unsubscribe@jakarta.apache.org</unsubscribe>
<archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=commons-dev@jakarta.apache.org</archive>
</mailingList>
<mailingList>
<name>Commons User List</name>
<subscribe>commons-user-subscribe@jakarta.apache.org</subscribe>
<unsubscribe>commons-user-unsubscribe@jakarta.apache.org</unsubscribe>
<archive>http://nagoya.apache.org/eyebrowse/SummarizeList?listName=commons-user@jakarta.apache.org</archive>
</mailingList>
</mailingLists>
<developers>
<developer>
<id>bayard</id>
<name>Henri Yandell</name>
<email>bayard@generationjava.com</email>
</developer>
<developer>
<id>tobrien</id>
<name>Tim OBrien</name>
<email>tobrien@apache.org</email>
<timezone>-6</timezone>
</developer>
<developer>
<id>sanders</id>
<name>Scott Sanders</name>
<email>sanders@totalsync.com</email>
</developer>
<developer>
<id>rwaldhoff</id>
<name>Rodney Waldhoff</name>
<email>rwaldhoff@apache.org</email>
</developer>
<developer>
<id>dlr</id>
<name>Daniel Rall</name>
<email>dlr@finemaltcoding.com</email>
</developer>
<developer>
<id>jon</id>
<name>Jon S. Stevens</name>
<email>jon@collab.net</email>
</developer>
<developer>
<id>ggregory</id>
<name>Gary D. Gregory</name>
<email>ggregory@seagullsw.com</email>
<organization>Seagull Software</organization>
<timezone>-8</timezone>
</developer>
<developer>
<id>dgraham</id>
<name>David Graham</name>
<email>dgraham@apache.org</email>
</developer>
</developers>
<contributors>
<contributor>
<name>Christopher O'Brien</name>
<email>siege@preoccupied.net</email>
</contributor>
<contributor>
<name>Martin Redington</name>
</contributor>
<contributor>
<name>Jeffery Dever</name>
</contributor>
<contributor>
<name>Steve Zimmermann</name>
<email>steve.zimmermann@heii.com</email>
</contributor>
<contributor>
<name>Benjamin Walstrum</name>
<email>ben@walstrum.com</email>
</contributor>
<contributor>
<name>Oleg Kalnichevski</name>
<email>oleg@ural.ru</email>
</contributor>
<contributor>
<name>Dave Dribin</name>
<email>apache@dave.dribin.org</email>
</contributor>
<contributor>
<name>Alex Karasulu</name>
<email>aok123 at bellsouth.net</email>
</contributor>
<contributor>
<name>Matthew Inger</name>
<email>mattinger at yahoo.com</email>
</contributor>
</contributors>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>/LICENSE.txt</url>
</license>
</licenses>
<scm>
<connection>scm:cvs:pserver:anoncvs@cvs.apache.org:/home/cvspublic:jakarta-commons/codec</connection>
<url>http://cvs.apache.org/viewcvs/jakarta-commons/codec/</url>
</scm>
<organization>
<name>The Apache Software Foundation</name>
<url>http://jakarta.apache.org</url>
</organization>
<build>
<sourceDirectory>src/java</sourceDirectory>
<testSourceDirectory>src/test</testSourceDirectory>
<testResources>
<testResource>
<directory>src/test</directory>
<includes>
<include>**/*.xml</include>
</includes>
</testResource>
</testResources>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<includes>
<include>**/Test*.java</include>
<include>**/*Test.java</include>
</includes>
<excludes>
<exclude>**/*AbstractTest.java</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<distributionManagement>
<repository>
<id>default</id>
<name>Default Repository</name>
<url>file:///www/jakarta.apache.org/builds/jakarta-commons/codec/</url>
</repository>
<site>
<id>default</id>
<name>Default Site</name>
<url>scp://jakarta.apache.org//www/jakarta.apache.org/commons/codec/</url>
</site>
</distributionManagement>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/LICENSE.txt
org.apache.commons.codec.BinaryDecoder.class
org.apache.commons.codec.BinaryEncoder.class
org.apache.commons.codec.Decoder.class
org.apache.commons.codec.DecoderException.class
org.apache.commons.codec.Encoder.class
org.apache.commons.codec.EncoderException.class
org.apache.commons.codec.StringDecoder.class
org.apache.commons.codec.StringEncoder.class
org.apache.commons.codec.StringEncoderComparator.class
org.apache.commons.codec.binary.Base64.class
org.apache.commons.codec.binary.BinaryCodec.class
org.apache.commons.codec.binary.Hex.class
org/apache/commons/codec/binary/package.html
org.apache.commons.codec.digest.DigestUtils.class
org/apache/commons/codec/digest/package.html
org.apache.commons.codec.language.DoubleMetaphone$DoubleMetaphoneResult.class
org.apache.commons.codec.language.DoubleMetaphone.class
org.apache.commons.codec.language.Metaphone.class
org.apache.commons.codec.language.RefinedSoundex.class
org.apache.commons.codec.language.Soundex.class
org.apache.commons.codec.language.SoundexUtils.class
org/apache/commons/codec/language/package.html
org.apache.commons.codec.net.BCodec.class
org.apache.commons.codec.net.QCodec.class
org.apache.commons.codec.net.QuotedPrintableCodec.class
org.apache.commons.codec.net.RFC1522Codec.class
org.apache.commons.codec.net.StringEncodings.class
org.apache.commons.codec.net.URLCodec.class
org/apache/commons/codec/net/package.html
org/apache/commons/codec/overview.html
org/apache/commons/codec/package.html
|
依赖Jar: |
junit-3.8.1.jar
/junit/junit/3.8.1
查看junit所有版本文件
|