| 组织ID: |
com.github.almex |
| 项目ID: |
raildelays-java-fx |
| 版本: |
1.2.1 |
| 最后修改时间: |
2019-10-29 06:52:24 |
| 包类型: |
jar |
| 标题: |
Java FX layer |
| 大小: |
1.53MB |
|
|
| Maven引入代码: |
<dependency>
<groupId>com.github.almex</groupId>
<artifactId>raildelays-java-fx</artifactId>
<version>1.2.1</version>
</dependency>
|
| Gradle引入代码: |
com.github.almex:raildelays-java-fx:1.2.1
|
| 下载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>
<artifactId>raildelays-java-fx</artifactId>
<name>Java FX layer</name>
<parent>
<groupId>com.github.almex</groupId>
<artifactId>raildelays-parent</artifactId>
<version>1.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<build>
<resources>
<resource>
<filtering>false</filtering>
<directory>${basedir}/src/main/javafx</directory>
<includes>
<include>**/*.fxml</include>
</includes>
</resource>
<resource>
<filtering>false</filtering>
<directory>${basedir}/src/main/resources</directory>
<includes>
<include>**/*.*</include>
</includes>
</resource>
</resources>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<configuration>
<workingDirectory>${project.build.directory}</workingDirectory>
<executable>java</executable>
<mainClass>be.raildelays.javafx.Bootstrap</mainClass>
<classpathScope>compile</classpathScope>
<arguments>
<argument>-Djava.library.path=${project.build.directory}/dependency</argument>
<argument>-jar</argument>
<argument>${project.build.finalName}.jar</argument>
<argument>be.raildelays.javafx.Bootstrap</argument>
</arguments>
</configuration>
<executions>
<execution>
<goals>
<goal>exec</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>${project.parent.groupId}</groupId>
<artifactId>raildelays-batch</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-core</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework.batch</groupId>
<artifactId>spring-batch-infrastructure</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.sun.mail</groupId>
<artifactId>javax.mail</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-ooxml</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.lmax</groupId>
<artifactId>disruptor</artifactId>
<scope>runtime</scope>
</dependency>
<!-- For testing -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
application.properties
be.raildelays.javafx.Bootstrap$1.class
be.raildelays.javafx.Bootstrap.class
be.raildelays.javafx.controller.batch.AbstractBatchController$1.class
be.raildelays.javafx.controller.batch.AbstractBatchController.class
be.raildelays.javafx.controller.batch.BatchController.class
be.raildelays.javafx.controller.batch.BatchIndexController.class
be.raildelays.javafx.controller.batch.HandleMaxMonthsBatchController$1.class
be.raildelays.javafx.controller.batch.HandleMaxMonthsBatchController.class
be.raildelays.javafx.controller.batch.HandleOneHourDelayBatchController.class
be.raildelays.javafx.controller.batch.MainBatchController$1.class
be.raildelays.javafx.controller.batch.MainBatchController.class
be.raildelays.javafx.DataPreLoader.class
be.raildelays.javafx.PreLoaderHandoverEvent.class
be.raildelays.javafx.service.BatchScheduledService$1.class
be.raildelays.javafx.service.BatchScheduledService.class
be.raildelays.javafx.spring.CountBeanPostProcessor.class
fxml/batch/handle-max-months-job.fxml
fxml/batch/handle-one-hour-delay-job.fxml
fxml/batch/index.fxml
fxml/batch/main-job.fxml
log4j2.xml
raildelays.properties
splash-screen-350x240.jpg
splash-screen-uhd.jpg
spring/batch/raildelays-javafx-integration-context.xml
spring/bootstrap-fx-context.xml
template.xls
train.list
META-INF/maven/com.github.almex/raildelays-java-fx/pom.xml
META-INF/maven/com.github.almex/raildelays-java-fx/pom.properties
|
| 依赖Jar: |
|