| 组织ID: |
com.github.rinde |
| 项目ID: |
rinsim-ui |
| 版本: |
4.4.2 |
| 最后修改时间: |
2019-07-12 02:23:58 |
| 包类型: |
jar |
| 标题: |
RinSim UI |
| 大小: |
708.44KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.github.rinde</groupId>
<artifactId>rinsim-ui</artifactId>
<version>4.4.2</version>
</dependency>
|
| Gradle引入代码: |
com.github.rinde:rinsim-ui:4.4.2
|
| 下载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>
<parent>
<groupId>com.github.rinde</groupId>
<artifactId>rinsim-main</artifactId>
<version>4.4.2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>rinsim-ui</artifactId>
<name>RinSim UI</name>
<packaging>jar</packaging>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<dependencies>
<dependency>
<groupId>com.github.rinde</groupId>
<artifactId>rinsim-core</artifactId>
</dependency>
<dependency>
<groupId>com.github.rinde</groupId>
<artifactId>rinsim-geom</artifactId>
</dependency>
<dependency>
<groupId>com.google.auto.value</groupId>
<artifactId>auto-value</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.${swt.variant}</artifactId>
<version>${swt.version}</version>
</dependency>
<dependency>
<groupId>com.google.truth</groupId>
<artifactId>truth</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.rinde</groupId>
<artifactId>rinsim-test-util</artifactId>
<type>test-jar</type>
</dependency>
<!-- <dependency> <groupId>org.eclipse.jface</groupId> <artifactId>org.eclipse.jface</artifactId>
<version>${swt.version}</version> </dependency> -->
</dependencies>
<profiles>
<profile>
<id>swt.win32-win32-x86</id>
<activation>
<os>
<family>windows</family>
<arch>x86</arch>
</os>
</activation>
<properties>
<swt.variant>win32.win32.x86</swt.variant>
</properties>
</profile>
<profile>
<id>swt.win32-win32-x86_64</id>
<activation>
<os>
<family>windows</family>
<arch>amd64</arch>
</os>
</activation>
<properties>
<swt.variant>win32.win32.x86_64</swt.variant>
</properties>
</profile>
<profile>
<id>swt.gtk-linux-x86_64</id>
<activation>
<os>
<name>linux</name>
<arch>amd64</arch>
</os>
</activation>
<properties>
<swt.variant>gtk.linux.x86_64</swt.variant>
</properties>
</profile>
<profile>
<id>swt.gtk-linux-x86</id>
<activation>
<os>
<name>linux</name>
<arch>i386</arch>
</os>
</activation>
<properties>
<swt.variant>gtk.linux.x86</swt.variant>
</properties>
</profile>
<profile>
<id>swt.cocoa-macosx-x86_64</id>
<activation>
<os>
<family>mac</family>
</os>
</activation>
<properties>
<swt.variant>cocoa.macosx.x86_64</swt.variant>
<!-- adds the required argument for SWT applications of systems running
OS X -->
<test.arg>-XstartOnFirstThread</test.arg>
</properties>
</profile>
</profiles>
<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>swt-repo</id>
<name>SWT Repo</name>
<url>http://maven-eclipse.github.io/maven</url>
</repository>
</repositories>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sonar.language>java</sonar.language>
<swt.version>4.5.2</swt.version>
<!-- by default there are no arguments passed to tests -->
<test.arg />
</properties>
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>${test.arg}</argLine>
<excludedGroups>${test.excludedGroups}</excludedGroups>
</configuration>
<executions>
<execution>
<id>default-test</id>
<phase>test</phase>
<goals>
<goal>test</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>com.googlecode.japi-checker</groupId>
<artifactId>japi-checker-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
com.github.rinde.rinsim.ui.AutoValue_SimulationViewer_Builder.class
com.github.rinde.rinsim.ui.AutoValue_View_Builder.class
com.github.rinde.rinsim.ui.MainView$EventType.class
com.github.rinde.rinsim.ui.MainView.class
com.github.rinde.rinsim.ui.MenuItems.class
com.github.rinde.rinsim.ui.package-info.class
com.github.rinde.rinsim.ui.renderers.AGVRenderer$Builder.class
com.github.rinde.rinsim.ui.renderers.AGVRenderer$VehicleUI.class
com.github.rinde.rinsim.ui.renderers.AGVRenderer$VizOptions.class
com.github.rinde.rinsim.ui.renderers.AGVRenderer.class
com.github.rinde.rinsim.ui.renderers.AutoValue_AGVRenderer_Builder.class
com.github.rinde.rinsim.ui.renderers.AutoValue_CommRenderer_Builder.class
com.github.rinde.rinsim.ui.renderers.AutoValue_GraphRoadModelRenderer_Builder.class
com.github.rinde.rinsim.ui.renderers.AutoValue_PDPModelRenderer_Builder.class
com.github.rinde.rinsim.ui.renderers.AutoValue_PlaneRoadModelRenderer_Builder.class
com.github.rinde.rinsim.ui.renderers.AutoValue_RoadUserRenderer_Builder.class
com.github.rinde.rinsim.ui.renderers.AutoValue_WarehouseRenderer_Builder.class
com.github.rinde.rinsim.ui.renderers.CanvasRenderer$AbstractCanvasRenderer.class
com.github.rinde.rinsim.ui.renderers.CanvasRenderer$AbstractTypedCanvasRenderer.class
com.github.rinde.rinsim.ui.renderers.CanvasRenderer.class
com.github.rinde.rinsim.ui.renderers.ColorUtil.class
com.github.rinde.rinsim.ui.renderers.CommRenderer$1.class
com.github.rinde.rinsim.ui.renderers.CommRenderer$Builder.class
com.github.rinde.rinsim.ui.renderers.CommRenderer$DeviceUI.class
com.github.rinde.rinsim.ui.renderers.CommRenderer$ViewOptions.class
com.github.rinde.rinsim.ui.renderers.CommRenderer.class
com.github.rinde.rinsim.ui.renderers.GraphRoadModelRenderer$1.class
com.github.rinde.rinsim.ui.renderers.GraphRoadModelRenderer$Builder.class
com.github.rinde.rinsim.ui.renderers.GraphRoadModelRenderer$VizOptions.class
com.github.rinde.rinsim.ui.renderers.GraphRoadModelRenderer.class
com.github.rinde.rinsim.ui.renderers.package-info.class
com.github.rinde.rinsim.ui.renderers.PanelRenderer.class
com.github.rinde.rinsim.ui.renderers.PDPModelRenderer$Builder.class
com.github.rinde.rinsim.ui.renderers.PDPModelRenderer.class
com.github.rinde.rinsim.ui.renderers.PlaneRoadModelRenderer$Builder.class
com.github.rinde.rinsim.ui.renderers.PlaneRoadModelRenderer.class
com.github.rinde.rinsim.ui.renderers.PointUtil.class
com.github.rinde.rinsim.ui.renderers.Renderer.class
com.github.rinde.rinsim.ui.renderers.RenderHelper.class
com.github.rinde.rinsim.ui.renderers.RoadUserRenderer$Builder.class
com.github.rinde.rinsim.ui.renderers.RoadUserRenderer.class
com.github.rinde.rinsim.ui.renderers.UiSchema.class
com.github.rinde.rinsim.ui.renderers.ViewPort.class
com.github.rinde.rinsim.ui.renderers.ViewRect.class
com.github.rinde.rinsim.ui.renderers.WarehouseRenderer$1.class
com.github.rinde.rinsim.ui.renderers.WarehouseRenderer$Builder.class
com.github.rinde.rinsim.ui.renderers.WarehouseRenderer$VizOptions.class
com.github.rinde.rinsim.ui.renderers.WarehouseRenderer.class
com.github.rinde.rinsim.ui.SimulationViewer$1.class
com.github.rinde.rinsim.ui.SimulationViewer$2.class
com.github.rinde.rinsim.ui.SimulationViewer$3.class
com.github.rinde.rinsim.ui.SimulationViewer$4.class
com.github.rinde.rinsim.ui.SimulationViewer$5.class
com.github.rinde.rinsim.ui.SimulationViewer$6.class
com.github.rinde.rinsim.ui.SimulationViewer$Builder$1.class
com.github.rinde.rinsim.ui.SimulationViewer$Builder.class
com.github.rinde.rinsim.ui.SimulationViewer.class
com.github.rinde.rinsim.ui.View$1.class
com.github.rinde.rinsim.ui.View$2.class
com.github.rinde.rinsim.ui.View$3.class
com.github.rinde.rinsim.ui.View$Builder.class
com.github.rinde.rinsim.ui.View$ViewOption.class
com.github.rinde.rinsim.ui.View.class
graphics/flat/bus-32.png
graphics/flat/bus-64.png
graphics/flat/bus-stop-icon-32.png
graphics/flat/bus-stop-icon.png
graphics/flat/bus.png
graphics/flat/deliverylocation.png
graphics/flat/factory-32.png
graphics/flat/factory-64.png
graphics/flat/factory.png
graphics/flat/flatbed-truck-32.png
graphics/flat/flatbed-truck-64.png
graphics/flat/flatbed-truck.png
graphics/flat/forklift.png
graphics/flat/forklift2.png
graphics/flat/hailing-cab-32.png
graphics/flat/hailing-cab-64.png
graphics/flat/hailing-cab.png
graphics/flat/order-new.png
graphics/flat/order.png
graphics/flat/person-black-32.png
graphics/flat/person-black-64.png
graphics/flat/person-black.png
graphics/flat/person-blue-32.png
graphics/flat/person-blue-64.png
graphics/flat/person-blue.png
graphics/flat/person-orange-32.png
graphics/flat/person-orange-64.png
graphics/flat/person-orange.png
graphics/flat/person-red-32.png
graphics/flat/person-red-64.png
graphics/flat/person-red.png
graphics/flat/small-bus-32.png
graphics/flat/small-bus-64.png
graphics/flat/small-bus.png
graphics/flat/small-truck-32.png
graphics/flat/small-truck-64.png
graphics/flat/small-truck.png
graphics/flat/taxi-32.png
graphics/flat/taxi-64.png
graphics/flat/taxi-simple-32.png
graphics/flat/taxi-simple-64.png
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
org.eclipse.swt.${swt.variant}-${swt.version}.jar
/org.eclipse.swt/org.eclipse.swt.${swt.variant}/${swt.version}
查看org.eclipse.swt.${swt.variant}所有版本文件
org.eclipse.jface-${swt.version}.jar
/org.eclipse.jface/org.eclipse.jface/${swt.version}
查看org.eclipse.jface所有版本文件
|