组织ID: |
org.swinglabs |
项目ID: |
jxlayer |
版本: |
3.0.4 |
最后修改时间: |
2018-08-06 14:06:33 |
包类型: |
jar |
标题: |
JXLayer |
描述: |
The universal decorator for Swing components. |
相关URL: |
http://www.swinglabs.org/ |
大小: |
47.35KB |
|
Maven引入代码: |
<dependency>
<groupId>org.swinglabs</groupId>
<artifactId>jxlayer</artifactId>
<version>3.0.4</version>
</dependency>
|
Gradle引入代码: |
org.swinglabs:jxlayer:3.0.4
|
下载Jar包: |
|
POM文件内容: |
<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>
<groupId>org.swinglabs</groupId>
<artifactId>jxlayer</artifactId>
<packaging>jar</packaging>
<name>JXLayer</name>
<version>3.0.4</version>
<url>http://www.swinglabs.org/</url>
<licenses>
<license>
<name>BSD</name>
<url>http://www.opensource.org/licenses/bsd-license.php</url>
</license>
</licenses>
<issueManagement>
<system>Bugzilla</system>
<url>https://jxlayer.dev.java.net/issues/</url>
</issueManagement>
<scm>
<connection>scm:svn:https://jxlayer.dev.java.net/svn/jxlayer/trunk</connection>
<developerConnection>scm:svn:https://jxlayer.dev.java.net/svn/jxlayer/trunk</developerConnection>
<url>https://jxlayer.dev.java.net/source/browse/jxlayer/</url>
</scm>
<description>The universal decorator for Swing components.</description>
<distributionManagement>
<repository>
<id>swinglabs-releases</id>
<name>SwingLabs Release Repository</name>
<url>http://oss.sonatype.org/content/repositories/swinglabs-releases/</url>
</repository>
<snapshotRepository>
<id>swinglabs-snapshots</id>
<name>SwingLabs Snapshot Repository</name>
<url>http://oss.sonatype.org/content/repositories/swinglabs-snapshots/</url>
</snapshotRepository>
</distributionManagement>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<repositories>
<repository>
<id>swinglabs-snapshots</id>
<url>http://oss.sonatype.org/content/repositories/swinglabs-snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/HTTPS___.SF
META-INF/HTTPS___.DSA
org.jdesktop.jxlayer.JXLayer$1.class
org.jdesktop.jxlayer.JXLayer$DefaultLayerGlassPane.class
org.jdesktop.jxlayer.JXLayer$DefaultLayerLayout.class
org.jdesktop.jxlayer.JXLayer$LayerEventController$1.class
org.jdesktop.jxlayer.JXLayer$LayerEventController$2.class
org.jdesktop.jxlayer.JXLayer$LayerEventController.class
org.jdesktop.jxlayer.JXLayer.class
org.jdesktop.jxlayer.plaf.AbstractBufferedLayerUI.class
org.jdesktop.jxlayer.plaf.AbstractLayerUI.class
org.jdesktop.jxlayer.plaf.BufferedLayerUI.class
org.jdesktop.jxlayer.plaf.LayerUI.class
org.jdesktop.jxlayer.plaf.effect.AbstractBufferedImageOpEffect.class
org.jdesktop.jxlayer.plaf.effect.AbstractLayerEffect.class
org.jdesktop.jxlayer.plaf.effect.BufferedImageOpEffect.class
org.jdesktop.jxlayer.plaf.effect.LayerEffect.class
org.jdesktop.jxlayer.plaf.ext.ButtonPanelUI$1.class
org.jdesktop.jxlayer.plaf.ext.ButtonPanelUI$ButtonPanelFocusTraversalPolicy.class
org.jdesktop.jxlayer.plaf.ext.ButtonPanelUI.class
org.jdesktop.jxlayer.plaf.ext.DebugRepaintingUI$DebugPainterEntry.class
org.jdesktop.jxlayer.plaf.ext.DebugRepaintingUI.class
org.jdesktop.jxlayer.plaf.ext.LockableUI$1.class
org.jdesktop.jxlayer.plaf.ext.LockableUI.class
org.jdesktop.jxlayer.plaf.ext.MouseScrollableUI$1.class
org.jdesktop.jxlayer.plaf.ext.MouseScrollableUI$2.class
org.jdesktop.jxlayer.plaf.ext.MouseScrollableUI.class
org.jdesktop.jxlayer.plaf.ext.SpotLightUI.class
org/jdesktop/jxlayer/plaf/ext/images/criss-cross.png
org/jdesktop/jxlayer/plaf/ext/images/horizontal.png
org/jdesktop/jxlayer/plaf/ext/images/vertical.png
|
依赖Jar: |
无
|