组织ID: |
org.webjars |
项目ID: |
bootswatch-yeti |
版本: |
4.1.3 |
最后修改时间: |
2019-11-04 03:34:37 |
包类型: |
jar |
标题: |
Bootswatch ${theme} webjar |
大小: |
51.88KB |
|
Maven引入代码: |
<dependency>
<groupId>org.webjars</groupId>
<artifactId>bootswatch-yeti</artifactId>
<version>4.1.3</version>
</dependency>
|
Gradle引入代码: |
org.webjars:bootswatch-yeti:4.1.3
|
下载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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>bootswatch-parent</artifactId>
<groupId>org.webjars</groupId>
<version>4.1.3</version>
</parent>
<artifactId>bootswatch-yeti</artifactId>
<name>Bootswatch ${theme} webjar</name>
<properties>
<theme>yeti</theme>
</properties>
<build>
<plugins>
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
<execution>
<id>copy-theme-archive</id>
<phase>process-resources</phase>
<goals>
<goal>run</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/resources/webjars/bootswatch-yeti/4.1.3/_bootswatch.scss
META-INF/resources/webjars/bootswatch-yeti/4.1.3/_variables.scss
META-INF/resources/webjars/bootswatch-yeti/4.1.3/bootstrap.css
META-INF/resources/webjars/bootswatch-yeti/4.1.3/bootstrap.min.css
META-INF/maven/org.webjars/bootswatch-yeti/pom.xml
META-INF/maven/org.webjars/bootswatch-yeti/pom.properties
|
依赖Jar: |
无
|