组织ID: |
org.abego.treelayout |
项目ID: |
org.abego.treelayout.core |
版本: |
1.0.3 |
最后修改时间: |
2018-07-25 18:13:55 |
包类型: |
jar |
标题: |
abego TreeLayout Core |
描述: |
Efficient and customizable TreeLayout Algorithm in Java. |
相关URL: |
http://treelayout.sourceforge.net |
大小: |
26.15KB |
|
Maven引入代码: |
<dependency>
<groupId>org.abego.treelayout</groupId>
<artifactId>org.abego.treelayout.core</artifactId>
<version>1.0.3</version>
</dependency>
|
Gradle引入代码: |
org.abego.treelayout:org.abego.treelayout.core:1.0.3
|
下载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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.abego.treelayout</groupId>
<artifactId>org.abego.treelayout.core</artifactId>
<version>1.0.3</version>
<packaging>bundle</packaging>
<name>abego TreeLayout Core</name>
<description>Efficient and customizable TreeLayout Algorithm in Java.</description>
<url>http://treelayout.sourceforge.net</url>
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
</parent>
<licenses>
<license>
<name>BSD 3-Clause "New" or "Revised" License (BSD-3-Clause)</name>
<url>http://www.abego-software.de/legal/apl-v10.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>https://github.com/abego/treelayout</url>
<connection>scm:https://github.com/abego/treelayout.git</connection>
</scm>
<developers>
<developer>
<id>ub</id>
<name>Udo Borkowski</name>
<email>ub@abego.org</email>
<organization>abego Software GmbH, Germany</organization>
<organizationUrl>http://abego-software.de</organizationUrl>
</developer>
</developers>
<organization>
<name>abego Software GmbH, Germany</name>
<url>http://abego-software.de</url>
</organization>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- OSGi metadata -->
<maven-bundle-plugin.version>2.3.7</maven-bundle-plugin.version>
<bundle.namespace>org.abego.treelayout</bundle.namespace>
<osgi.embed />
<osgi.failok>false</osgi.failok>
<osgi.nouses>false</osgi.nouses>
<osgi.versionPolicy>${range;[===,=+);${@}}</osgi.versionPolicy>
<osgi.private>
${bundle.namespace}.internal.*
</osgi.private>
<osgi.export>
!${bundle.namespace}.internal.*,${bundle.namespace}.*;version="${project.version}"
</osgi.export>
<osgi.import>
sun.misc;resolution:=optional,
*
</osgi.import>
</properties>
<build>
<pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${maven-bundle-plugin.version}</version>
<extensions>true</extensions>
<configuration>
<obrRepository>NONE</obrRepository>
<instructions>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Import-Package>${osgi.import}</Import-Package>
<Export-Package>${osgi.export}</Export-Package>
<Private-Package>${osgi.private}</Private-Package>
<Embed-Dependency>${osgi.embed}</Embed-Dependency>
<_nouses>${osgi.nouses}</_nouses>
<_versionpolicy>${osgi.versionPolicy}</_versionpolicy>
<_failok>${osgi.failok}</_failok>
</instructions>
</configuration>
</plugin>
</plugins>
</pluginManagement>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.3.2</version>
<configuration>
<archive>
<manifest>
<addDefaultImplementationEntries>true</addDefaultImplementationEntries>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
</manifest>
</archive>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/maven/org.abego.treelayout/org.abego.treelayout.core/pom.properties
META-INF/maven/org.abego.treelayout/org.abego.treelayout.core/pom.xml
org.abego.treelayout.Configuration$AlignmentInLevel.class
org.abego.treelayout.Configuration$Location.class
org.abego.treelayout.Configuration.class
org.abego.treelayout.NodeExtentProvider.class
org.abego.treelayout.TreeForTreeLayout.class
org.abego.treelayout.TreeLayout$DumpConfiguration.class
org.abego.treelayout.TreeLayout$NormalizedPosition.class
org.abego.treelayout.TreeLayout.class
org.abego.treelayout.internal.util.Contract.class
org.abego.treelayout.internal.util.java.lang.IterableUtil$ReverseIterable.class
org.abego.treelayout.internal.util.java.lang.IterableUtil.class
org.abego.treelayout.internal.util.java.lang.string.StringUtil.class
org.abego.treelayout.internal.util.java.util.IteratorUtil$ReverseIterator.class
org.abego.treelayout.internal.util.java.util.IteratorUtil.class
org.abego.treelayout.internal.util.java.util.ListUtil.class
org.abego.treelayout.util.AbstractTreeForTreeLayout.class
org.abego.treelayout.util.DefaultConfiguration.class
org.abego.treelayout.util.DefaultTreeForTreeLayout.class
org.abego.treelayout.util.FixedNodeExtentProvider.class
|
依赖Jar: |
junit-4.8.2.jar
/junit/junit/4.8.2
查看junit所有版本文件
|