组织ID: |
org.jfree |
项目ID: |
jcommon |
版本: |
1.0.23 |
最后修改时间: |
2018-07-24 11:17:12 |
包类型: |
jar |
标题: |
JCommon |
描述: |
JCommon is a free general purpose Java class library that is used in
several projects at www.jfree.org, including JFreeChart and
JFreeReport.
|
相关URL: |
http://www.jfree.org/ |
大小: |
322.51KB |
|
Maven引入代码: |
<dependency>
<groupId>org.jfree</groupId>
<artifactId>jcommon</artifactId>
<version>1.0.23</version>
</dependency>
|
Gradle引入代码: |
org.jfree:jcommon:1.0.23
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<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>
<name>JCommon</name>
<artifactId>jcommon</artifactId>
<groupId>org.jfree</groupId>
<version>1.0.23</version>
<packaging>jar</packaging>
<!-- this is required to host it on Sonatype's OSSRH -->
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>9</version>
</parent>
<organization>
<name>JFree.org</name>
<url>http://www.jfree.org/</url>
</organization>
<inceptionYear>2001</inceptionYear>
<description>
JCommon is a free general purpose Java class library that is used in
several projects at www.jfree.org, including JFreeChart and
JFreeReport.
</description>
<url>http://www.jfree.org/jcommon/</url>
<issueManagement>
<url>http://sourceforge.net/tracker/?group_id=15494</url>
</issueManagement>
<scm>
<connection>scm:cvs:pserver:anonymous@cvs.sourceforge.net:/cvsroot/jfreechart:jcommon</connection>
<url>http://cvs.sourceforge.net/viewcvs.py/jfreechart/jcommon</url>
</scm>
<mailingLists>
<mailingList>
<name>JFreeChart Developer List</name>
<subscribe>
jfreechart-dev-request@lists.sourceforge.net?subject=subscribe
</subscribe>
<unsubscribe>
jfreechart-dev-request@lists.sourceforge.net?subject=unsubscribe
</unsubscribe>
<archive>
http://sourceforge.net/mailarchive/forum.php?forum=jfreechart-dev
</archive>
</mailingList>
</mailingLists>
<developers>
<!--
For an up to date list of developers and contributors have a look at
the project info implementations.
-->
</developers>
<licenses>
<license>
<name>GNU Lesser General Public Licence</name>
<url>http://www.gnu.org/licenses/lgpl.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
<build>
<sourceDirectory>src/main/java</sourceDirectory>
<testSourceDirectory>src/test/java</testSourceDirectory>
<resources>
<resource>
<directory>src/main/java</directory>
<includes>
<include>**/*.properties</include>
<include>**/*.txt</include>
<include>**/*.</include>
</includes>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.1</version>
<configuration>
<source>${project.source.level}</source>
<target>${project.target.level}</target>
<encoding>${project.build.sourceEncoding}</encoding>
<excludes>
<exclude>org/jfree/demo/**</exclude>
<exclude>org/jfree/xml/**</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.10</version>
<configuration>
<excludes>
<exclude>**/JCommonTestSuite.java</exclude>
<exclude>**/*PackageTests.java</exclude>
</excludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>2.6</version>
<configuration>
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.2</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
<autoReleaseAfterClose>false</autoReleaseAfterClose>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.5.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.4</version>
</plugin>
</plugins>
</build>
<reporting>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.8</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<version>2.3</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
<version>2.5.1</version>
</plugin>
</plugins>
</reporting>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.source.level>1.6</project.source.level>
<project.target.level>1.6</project.target.level>
</properties>
<profiles>
<profile>
<id>release</id>
<build>
<plugins>
<plugin>
<inherited>true</inherited>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9.1</version>
<executions>
<execution>
<id>attach-javadoc</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
<configuration>
<sourceFileExcludes>
<exclude>org/jfree/demo/**</exclude>
<exclude>org/jfree/xml/**</exclude>
</sourceFileExcludes>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
com.keypoint.PngEncoder.class
org.jfree.base.AbstractBoot.class
org.jfree.base.BaseBoot.class
org.jfree.base.BasicProjectInfo$OptionalLibraryHolder.class
org.jfree.base.BasicProjectInfo.class
org.jfree.base.BootableProjectInfo.class
org.jfree.base.ClassPathDebugger.class
org.jfree.base.config.HierarchicalConfiguration.class
org.jfree.base.config.ModifiableConfiguration.class
org.jfree.base.config.PropertyFileConfiguration.class
org.jfree.base.config.SystemPropertyConfiguration.class
org/jfree/base/jcommon.properties
org.jfree.base.Library.class
org.jfree.base.log.DefaultLog.class
org.jfree.base.log.DefaultLogModule.class
org.jfree.base.log.LogConfiguration.class
org.jfree.base.log.MemoryUsageMessage.class
org/jfree/base/log/module.properties
org.jfree.base.log.PadMessage.class
org.jfree.base.modules.AbstractModule$ReaderHelper.class
org.jfree.base.modules.AbstractModule.class
org.jfree.base.modules.DefaultModuleInfo.class
org.jfree.base.modules.Module.class
org.jfree.base.modules.ModuleInfo.class
org.jfree.base.modules.ModuleInitializeException.class
org.jfree.base.modules.ModuleInitializer.class
org.jfree.base.modules.PackageManager$PackageConfiguration.class
org.jfree.base.modules.PackageManager.class
org.jfree.base.modules.PackageSorter$SortModule.class
org.jfree.base.modules.PackageSorter.class
org.jfree.base.modules.PackageState.class
org.jfree.base.modules.SubSystem.class
org.jfree.date.AnnualDateRule.class
org.jfree.date.DateUtilities.class
org.jfree.date.DayAndMonthRule.class
org.jfree.date.DayOfWeekInMonthRule.class
org.jfree.date.EasterSundayRule.class
org.jfree.date.MonthConstants.class
org.jfree.date.RelativeDayOfWeekRule.class
org.jfree.date.SerialDate.class
org.jfree.date.SerialDateUtilities.class
org.jfree.date.SpreadsheetDate.class
org.jfree.io.FileUtilities.class
org.jfree.io.IOUtils.class
org.jfree.io.SerialUtilities.class
org.jfree.JCommon.class
org.jfree.JCommonInfo.class
org.jfree.layout.CenterLayout.class
org.jfree.layout.FormatLayout.class
org.jfree.layout.LCBLayout.class
org.jfree.layout.RadialLayout.class
org.jfree.resources.JCommonResources.class
org.jfree.text.G2TextMeasurer.class
org.jfree.text.TextBlock.class
org.jfree.text.TextBlockAnchor.class
org.jfree.text.TextBox.class
org.jfree.text.TextFragment.class
org.jfree.text.TextLine.class
org.jfree.text.TextMeasurer.class
org.jfree.text.TextUtilities.class
org.jfree.threads.ReaderWriterLock$1.class
org.jfree.threads.ReaderWriterLock$ReaderWriterNode.class
org.jfree.threads.ReaderWriterLock.class
org.jfree.ui.about.AboutDialog.class
org.jfree.ui.about.AboutFrame.class
org.jfree.ui.about.AboutPanel.class
org.jfree.ui.about.Contributor.class
org.jfree.ui.about.ContributorsPanel.class
org.jfree.ui.about.ContributorsTableModel.class
org/jfree/ui/about/gpl-2.0.txt
org/jfree/ui/about/lgpl-2.1.txt
org.jfree.ui.about.Library.class
org.jfree.ui.about.LibraryPanel.class
org.jfree.ui.about.LibraryTableModel.class
org.jfree.ui.about.Licences.class
org.jfree.ui.about.ProjectInfo.class
org.jfree.ui.about.resources.AboutResources.class
org.jfree.ui.about.resources.AboutResources_de.class
org.jfree.ui.about.resources.AboutResources_es.class
org.jfree.ui.about.resources.AboutResources_fr.class
org.jfree.ui.about.resources.AboutResources_pl.class
org.jfree.ui.about.SystemProperties.class
org.jfree.ui.about.SystemPropertiesFrame.class
org.jfree.ui.about.SystemPropertiesPanel$1.class
org.jfree.ui.about.SystemPropertiesPanel$PopupListener.class
org.jfree.ui.about.SystemPropertiesPanel.class
org.jfree.ui.about.SystemPropertiesTableModel$SystemProperty.class
org.jfree.ui.about.SystemPropertiesTableModel$SystemPropertyComparator.class
org.jfree.ui.about.SystemPropertiesTableModel.class
org.jfree.ui.action.AbstractActionDowngrade.class
org.jfree.ui.action.AbstractFileSelectionAction.class
org.jfree.ui.action.ActionButton$ActionEnablePropertyChangeHandler.class
org.jfree.ui.action.ActionButton.class
org.jfree.ui.action.ActionConcentrator.class
org.jfree.ui.action.ActionDowngrade.class
org.jfree.ui.action.ActionMenuItem$ActionEnablePropertyChangeHandler.class
org.jfree.ui.action.ActionMenuItem.class
org.jfree.ui.action.ActionRadioButton$1.class
org.jfree.ui.action.ActionRadioButton$ActionEnablePropertyChangeHandler.class
org.jfree.ui.action.ActionRadioButton.class
org.jfree.ui.action.DowngradeActionMap.class
org.jfree.ui.Align.class
org.jfree.ui.ApplicationFrame.class
org.jfree.ui.ArrowPanel.class
org.jfree.ui.BevelArrowIcon.class
org.jfree.ui.DateCellRenderer.class
org.jfree.ui.DateChooserPanel.class
org.jfree.ui.Drawable.class
org.jfree.ui.DrawablePanel.class
org.jfree.ui.ExtendedDrawable.class
org.jfree.ui.ExtensionFileFilter.class
org.jfree.ui.FilesystemFilter.class
org.jfree.ui.FloatDimension.class
org.jfree.ui.FloatingButtonEnabler.class
org.jfree.ui.FontChooserDialog.class
org.jfree.ui.FontChooserPanel.class
org.jfree.ui.FontDisplayField.class
org.jfree.ui.GradientPaintTransformer.class
org.jfree.ui.GradientPaintTransformType.class
org.jfree.ui.HorizontalAlignment.class
org.jfree.ui.InsetsChooserPanel.class
org.jfree.ui.InsetsTextField.class
org.jfree.ui.IntegerDocument.class
org.jfree.ui.JTextObserver.class
org.jfree.ui.KeyedComboBoxModel$ComboBoxItemPair.class
org.jfree.ui.KeyedComboBoxModel.class
org.jfree.ui.L1R1ButtonPanel.class
org.jfree.ui.L1R2ButtonPanel.class
org.jfree.ui.L1R3ButtonPanel.class
org.jfree.ui.Layer.class
org.jfree.ui.LengthAdjustmentType.class
org.jfree.ui.LengthLimitingDocument.class
org/jfree/ui/LocalizationBundle.properties
org/jfree/ui/LocalizationBundle_de.properties
org/jfree/ui/LocalizationBundle_es.properties
org/jfree/ui/LocalizationBundle_fr.properties
org/jfree/ui/LocalizationBundle_pt_PT.properties
org.jfree.ui.NumberCellRenderer.class
org.jfree.ui.OverlayLayout.class
org.jfree.ui.PaintSample.class
org.jfree.ui.RectangleAnchor.class
org.jfree.ui.RectangleEdge.class
org.jfree.ui.RectangleInsets.class
org.jfree.ui.RefineryUtilities.class
org.jfree.ui.SerialDateChooserPanel.class
org.jfree.ui.Size2D.class
org.jfree.ui.SortableTable.class
org.jfree.ui.SortableTableHeaderListener.class
org.jfree.ui.SortableTableModel.class
org.jfree.ui.SortButtonRenderer.class
org.jfree.ui.Spinner.class
org.jfree.ui.StandardDialog.class
org.jfree.ui.StandardGradientPaintTransformer.class
org.jfree.ui.StrokeChooserPanel$1.class
org.jfree.ui.StrokeChooserPanel.class
org.jfree.ui.StrokeSample.class
org.jfree.ui.tabbedui.AbstractTabbedUI$ExitAction.class
org.jfree.ui.tabbedui.AbstractTabbedUI$TabChangeHandler.class
org.jfree.ui.tabbedui.AbstractTabbedUI$TabEnableChangeListener.class
org.jfree.ui.tabbedui.AbstractTabbedUI.class
org.jfree.ui.tabbedui.DetailEditor.class
org.jfree.ui.tabbedui.RootEditor.class
org.jfree.ui.tabbedui.RootPanel.class
org.jfree.ui.tabbedui.TabbedApplet$MenuBarChangeListener.class
org.jfree.ui.tabbedui.TabbedApplet.class
org.jfree.ui.tabbedui.TabbedDialog$1.class
org.jfree.ui.tabbedui.TabbedDialog$MenuBarChangeListener.class
org.jfree.ui.tabbedui.TabbedDialog.class
org.jfree.ui.tabbedui.TabbedFrame$1.class
org.jfree.ui.tabbedui.TabbedFrame$MenuBarChangeListener.class
org.jfree.ui.tabbedui.TabbedFrame.class
org.jfree.ui.tabbedui.VerticalLayout.class
org.jfree.ui.TextAnchor.class
org.jfree.ui.UIUtilities.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
依赖Jar: |
junit-3.8.2.jar
/junit/junit/3.8.2
查看junit所有版本文件
|