组织ID: |
org.webjars |
项目ID: |
when-node |
版本: |
3.5.2 |
最后修改时间: |
2019-10-25 05:16:38 |
包类型: |
jar |
标题: |
When Node |
描述: |
WebJar for When Node modules |
大小: |
38.91KB |
|
Maven引入代码: |
<dependency>
<groupId>org.webjars</groupId>
<artifactId>when-node</artifactId>
<version>3.5.2</version>
</dependency>
|
Gradle引入代码: |
org.webjars:when-node:3.5.2
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?>
<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>
<parent>
<groupId>org.webjars</groupId>
<artifactId>when-parent</artifactId>
<version>3.5.2</version>
<relativePath>../pom.xml</relativePath>
</parent>
<packaging>jar</packaging>
<artifactId>when-node</artifactId>
<name>When Node</name>
<description>WebJar for When Node modules</description>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>wagon-maven-plugin</artifactId>
</plugin>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<phase>process-resources</phase>
<id>move</id>
<goals><goal>run</goal></goals>
<configuration>
<target>
<echo message="moving resources" />
<move file="${extractDir}/keys.js" todir="${destDir}" />
<move file="${extractDir}/function.js" todir="${destDir}" />
<move file="${extractDir}/node.js" todir="${destDir}" />
<move file="${extractDir}/callbacks.js" todir="${destDir}" />
<move file="${extractDir}/generator.js" todir="${destDir}" />
<move file="${extractDir}/sequence.js" todir="${destDir}" />
<move file="${extractDir}/pipeline.js" todir="${destDir}" />
<move file="${extractDir}/parallel.js" todir="${destDir}" />
<move file="${extractDir}/poll.js" todir="${destDir}" />
<move file="${extractDir}/guard.js" todir="${destDir}" />
<move todir="${destDir}/lib">
<fileset dir="${extractDir}/lib" />
</move>
<move file="${extractDir}/when.js" todir="${destDir}" />
<move file="${extractDir}/package.json" todir="${destDir}" />
</target>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/resources/webjars/when-node/3.5.2/callbacks.js
META-INF/resources/webjars/when-node/3.5.2/function.js
META-INF/resources/webjars/when-node/3.5.2/generator.js
META-INF/resources/webjars/when-node/3.5.2/guard.js
META-INF/resources/webjars/when-node/3.5.2/keys.js
META-INF/resources/webjars/when-node/3.5.2/lib/Promise.js
META-INF/resources/webjars/when-node/3.5.2/lib/Scheduler.js
META-INF/resources/webjars/when-node/3.5.2/lib/TimeoutError.js
META-INF/resources/webjars/when-node/3.5.2/lib/decorators/array.js
META-INF/resources/webjars/when-node/3.5.2/lib/decorators/flow.js
META-INF/resources/webjars/when-node/3.5.2/lib/decorators/fold.js
META-INF/resources/webjars/when-node/3.5.2/lib/decorators/inspect.js
META-INF/resources/webjars/when-node/3.5.2/lib/decorators/iterate.js
META-INF/resources/webjars/when-node/3.5.2/lib/decorators/progress.js
META-INF/resources/webjars/when-node/3.5.2/lib/decorators/timed.js
META-INF/resources/webjars/when-node/3.5.2/lib/decorators/unhandledRejection.js
META-INF/resources/webjars/when-node/3.5.2/lib/decorators/with.js
META-INF/resources/webjars/when-node/3.5.2/lib/env.js
META-INF/resources/webjars/when-node/3.5.2/lib/liftAll.js
META-INF/resources/webjars/when-node/3.5.2/lib/makePromise.js
META-INF/resources/webjars/when-node/3.5.2/node.js
META-INF/resources/webjars/when-node/3.5.2/package.json
META-INF/resources/webjars/when-node/3.5.2/parallel.js
META-INF/resources/webjars/when-node/3.5.2/pipeline.js
META-INF/resources/webjars/when-node/3.5.2/poll.js
META-INF/resources/webjars/when-node/3.5.2/sequence.js
META-INF/resources/webjars/when-node/3.5.2/when.js
META-INF/maven/org.webjars/when-node/pom.xml
META-INF/maven/org.webjars/when-node/pom.properties
|
依赖Jar: |
无
|