| 组织ID: |
com.github.rinde |
| 项目ID: |
rinsim-ui |
| 版本: |
2.3.2 |
| 最后修改时间: |
2019-10-24 05:33:32 |
| 包类型: |
jar |
| 标题: |
RinSim UI |
| 大小: |
648.46KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.github.rinde</groupId>
<artifactId>rinsim-ui</artifactId>
<version>2.3.2</version>
</dependency>
|
| Gradle引入代码: |
com.github.rinde:rinsim-ui:2.3.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>2.3.2</version>
<relativePath>..</relativePath>
</parent>
<artifactId>rinsim-ui</artifactId>
<name>RinSim UI</name>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>com.github.rinde</groupId>
<artifactId>rinsim-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.eclipse.swt</groupId>
<artifactId>org.eclipse.swt.${swt.variant}</artifactId>
<version>${swt.version}</version>
</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>https://swt-repo.googlecode.com/svn/repo/</url>
</repository>
</repositories>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<sonar.language>java</sonar.language>
<swt.version>4.3</swt.version> <!-- SHOULD BE SAME AS IN packaging/pom.xml -->
<!-- by default there are no arguments passed to tests -->
<test.arg />
</properties>
<build>
<plugins>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.7.1</version>
<configuration>
<argLine>${test.arg}</argLine>
</configuration>
<executions>
<execution>
<id>default-test</id>
<phase>test</phase>
<goals>
<goal>test</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
graphics/perspective/tall-building.png
graphics/perspective/bus-64.png
graphics/perspective/deliverypackage.png
graphics/perspective/logging-truck 32.png
graphics/perspective/gas-truck-64.png
graphics/perspective/empty-truck.png
graphics/perspective/gas-truck-32.png
graphics/perspective/empty-truck-64.png
graphics/perspective/semi-truck.png
graphics/perspective/tall-building-32.png
graphics/perspective/deliverypackage3.png
graphics/perspective/bus-32.png
graphics/perspective/bus.png
graphics/perspective/deliverytruck.png
graphics/perspective/empty-truck-32.png
graphics/perspective/fire_truck.png
graphics/perspective/logging-truck 64.png
graphics/perspective/semi-truck-32.png
graphics/perspective/flag.png
graphics/perspective/tall-building-64.png
graphics/perspective/gas-truck.png
graphics/perspective/semi-truck-64.png
graphics/perspective/bus-44.png
graphics/perspective/deliverypackage2.png
graphics/perspective/logging-truck.png
graphics/flat/person-black-64.png
graphics/flat/flatbed-truck.png
graphics/flat/bus-64.png
graphics/flat/small-truck-32.png
graphics/flat/taxi-32.png
graphics/flat/taxi-simple-32.png
graphics/flat/deliverylocation.png
graphics/flat/taxi-64.png
graphics/flat/order.png
graphics/flat/person-red.png
graphics/flat/small-bus.png
graphics/flat/factory-32.png
graphics/flat/flatbed-truck-64.png
graphics/flat/person-red-64.png
graphics/flat/person-orange.png
graphics/flat/forklift.png
graphics/flat/person-orange-64.png
graphics/flat/bus-32.png
graphics/flat/bus.png
graphics/flat/hailing-cab-32.png
graphics/flat/small-bus-32.png
graphics/flat/bus-stop-icon.png
graphics/flat/small-truck-64.png
graphics/flat/small-bus-64.png
graphics/flat/bus-stop-icon-32.png
graphics/flat/taxi.png
graphics/flat/person-black-32.png
graphics/flat/warehouse-32.png
graphics/flat/person-black.png
graphics/flat/person-blue-64.png
graphics/flat/flatbed-truck-32.png
graphics/flat/factory.png
graphics/flat/truck.png
graphics/flat/person-orange-32.png
graphics/flat/person-blue-32.png
graphics/flat/truck-32.png
graphics/flat/truck-64.png
graphics/flat/hailing-cab.png
graphics/flat/taxi-simple.png
graphics/flat/factory-64.png
graphics/flat/taxi-simple-64.png
graphics/flat/hailing-cab-64.png
graphics/flat/person-blue.png
graphics/flat/warehouse-64.png
graphics/flat/small-truck.png
graphics/flat/order-new.png
graphics/flat/forklift2.png
graphics/flat/person-red-32.png
rinde.sim.ui.SimulationViewer$1.class
rinde.sim.ui.renderers.UiSchema.class
rinde.sim.ui.renderers.PlaneRoadModelRenderer.class
rinde.sim.ui.renderers.ViewRect.class
rinde.sim.ui.renderers.PDPModelRenderer.class
rinde.sim.ui.renderers.package-info.class
rinde.sim.ui.renderers.CanvasRenderer.class
rinde.sim.ui.renderers.PanelRenderer.class
rinde.sim.ui.renderers.ViewPort.class
rinde.sim.ui.renderers.RandomObjectRenderer.class
rinde.sim.ui.renderers.ModelRenderer.class
rinde.sim.ui.renderers.RoadUserRenderer.class
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
rinsim-core-${project.version}.jar
/com.github.rinde/rinsim-core/${project.version}
查看rinsim-core所有版本文件
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所有版本文件
|