| 组织ID: |
de.agilecoders.wicket |
| 项目ID: |
wicket-bootstrap-themes |
| 版本: |
0.9.13 |
| 最后修改时间: |
2019-10-28 22:34:35 |
| 包类型: |
jar |
| 标题: |
bootstrap-themes |
| 大小: |
2.82MB |
|
|
| Maven引入代码: |
<dependency>
<groupId>de.agilecoders.wicket</groupId>
<artifactId>wicket-bootstrap-themes</artifactId>
<version>0.9.13</version>
</dependency>
|
| Gradle引入代码: |
de.agilecoders.wicket:wicket-bootstrap-themes:0.9.13
|
| 下载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>
<groupId>de.agilecoders.wicket</groupId>
<artifactId>bootstrap-parent</artifactId>
<version>0.9.13</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-bootstrap-themes</artifactId>
<packaging>bundle</packaging>
<name>bootstrap-themes</name>
<dependencies>
<dependency>
<groupId>de.agilecoders.wicket</groupId>
<artifactId>wicket-bootstrap-core</artifactId>
</dependency>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket-core</artifactId>
</dependency>
<dependency>
<groupId>de.agilecoders.wicket</groupId>
<artifactId>jquery-selectors</artifactId>
</dependency>
<dependency>
<groupId>de.agilecoders.wicket.webjars</groupId>
<artifactId>wicket-webjars</artifactId>
</dependency>
</dependencies>
<build>
<resources>
<resource>
<filtering>false</filtering>
<directory>src/main/resources</directory>
</resource>
<resource>
<filtering>false</filtering>
<directory>src/main/java</directory>
<includes>
<include>**</include>
</includes>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
</resource>
</resources>
<testResources>
<testResource>
<filtering>false</filtering>
<directory>src/test/resources</directory>
</testResource>
<testResource>
<filtering>false</filtering>
<directory>src/test/java</directory>
<includes>
<include>**</include>
</includes>
<excludes>
<exclude>**/*.java</exclude>
</excludes>
</testResource>
</testResources>
<plugins>
<!-- BD - Allows for jar to be built with an OSGi compatiable manifest -->
<plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
<version>${maven-bundle-plugin.version}</version>
<extensions>true</extensions>
<configuration>
<instructions>
<Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
<Bundle-Version>${project.version}</Bundle-Version>
</instructions>
</configuration>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
META-INF/maven/de.agilecoders.wicket/wicket-bootstrap-themes/pom.properties
META-INF/maven/de.agilecoders.wicket/wicket-bootstrap-themes/pom.xml
de.agilecoders.wicket.themes.markup.html.bootstrap.BootstrapThemeTheme.class
de.agilecoders.wicket.themes.markup.html.bootstrap.BootstrapThemeThemeCssReference$1.class
de.agilecoders.wicket.themes.markup.html.bootstrap.BootstrapThemeThemeCssReference$Holder.class
de.agilecoders.wicket.themes.markup.html.bootstrap.BootstrapThemeThemeCssReference.class
de.agilecoders.wicket.themes.markup.html.bootswatch.BootswatchCssReference.class
de.agilecoders.wicket.themes.markup.html.bootswatch.BootswatchTheme.class
de.agilecoders.wicket.themes.markup.html.bootswatch.BootswatchThemeProvider.class
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.amelia.css
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.amelia.less
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.amelia.min.css
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.amelia.variables.less
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.cerulean.css
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.cerulean.less
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.cerulean.min.css
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.cerulean.variables.less
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.cosmo.css
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.cosmo.less
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.cosmo.min.css
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.cosmo.variables.less
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.cyborg.css
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.cyborg.less
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.cyborg.min.css
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.cyborg.variables.less
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.darkly.css
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.darkly.less
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.darkly.min.css
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.darkly.variables.less
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.flatly.css
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.flatly.less
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.flatly.min.css
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.flatly.variables.less
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.journal.css
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.journal.less
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.journal.min.css
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.journal.variables.less
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.lumen.css
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.lumen.less
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.lumen.min.css
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.lumen.variables.less
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.paper.css
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.paper.less
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.paper.min.css
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.paper.variables.less
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.readable.css
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.readable.less
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.readable.min.css
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.readable.variables.less
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.sandstone.css
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.sandstone.less
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.sandstone.min.css
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.sandstone.variables.less
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.simplex.css
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.simplex.less
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.simplex.min.css
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.simplex.variables.less
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.slate.css
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.slate.less
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.slate.min.css
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.slate.variables.less
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.spacelab.css
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.spacelab.less
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.spacelab.min.css
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.spacelab.variables.less
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.superhero.css
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.superhero.less
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.superhero.min.css
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.superhero.variables.less
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.united.css
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.united.less
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.united.min.css
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.united.variables.less
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.yeti.css
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.yeti.less
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.yeti.min.css
de/agilecoders/wicket/themes/markup/html/bootswatch/css/bootstrap.yeti.variables.less
de/agilecoders/wicket/themes/markup/html/bootswatch/fonts/glyphicons-halflings-regular.eot
de/agilecoders/wicket/themes/markup/html/bootswatch/fonts/glyphicons-halflings-regular.svg
de/agilecoders/wicket/themes/markup/html/bootswatch/fonts/glyphicons-halflings-regular.ttf
de/agilecoders/wicket/themes/markup/html/bootswatch/fonts/glyphicons-halflings-regular.woff
de/agilecoders/wicket/themes/markup/html/bootswatch/fonts/glyphicons-halflings-regular.woff2
de/agilecoders/wicket/themes/markup/html/bootswatch/gettheme.sh
de/agilecoders/wicket/themes/markup/html/bootswatch/img/glyphicons-halflings-white.png
de/agilecoders/wicket/themes/markup/html/bootswatch/img/glyphicons-halflings.png
de.agilecoders.wicket.themes.markup.html.google.GoogleCssReference$1.class
de.agilecoders.wicket.themes.markup.html.google.GoogleCssReference$Holder.class
de.agilecoders.wicket.themes.markup.html.google.GoogleCssReference.class
de.agilecoders.wicket.themes.markup.html.google.GoogleTheme.class
de/agilecoders/wicket/themes/markup/html/google/css/alerts.less
de/agilecoders/wicket/themes/markup/html/google/css/arrows.less
de/agilecoders/wicket/themes/markup/html/google/css/badges.less
de/agilecoders/wicket/themes/markup/html/google/css/breadcrumbs.less
de/agilecoders/wicket/themes/markup/html/google/css/button-groups.less
de/agilecoders/wicket/themes/markup/html/google/css/buttons.less
de/agilecoders/wicket/themes/markup/html/google/css/carousel.less
de/agilecoders/wicket/themes/markup/html/google/css/code.less
de/agilecoders/wicket/themes/markup/html/google/css/dropdowns.less
de/agilecoders/wicket/themes/markup/html/google/css/forms.less
de/agilecoders/wicket/themes/markup/html/google/css/google-bootstrap.css
de/agilecoders/wicket/themes/markup/html/google/css/google-bootstrap.css.map
de/agilecoders/wicket/themes/markup/html/google/css/google-bootstrap.less
de/agilecoders/wicket/themes/markup/html/google/css/google-bootstrap.min.css
de/agilecoders/wicket/themes/markup/html/google/css/input-groups.less
de/agilecoders/wicket/themes/markup/html/google/css/jumbotron.less
de/agilecoders/wicket/themes/markup/html/google/css/labels-badges.less
de/agilecoders/wicket/themes/markup/html/google/css/labels.less
de/agilecoders/wicket/themes/markup/html/google/css/list-group.less
de/agilecoders/wicket/themes/markup/html/google/css/masthead.less
de/agilecoders/wicket/themes/markup/html/google/css/mixins.less
de/agilecoders/wicket/themes/markup/html/google/css/mixins/buttons.less
de/agilecoders/wicket/themes/markup/html/google/css/mixins/forms.less
de/agilecoders/wicket/themes/markup/html/google/css/mixins/gradients.less
de/agilecoders/wicket/themes/markup/html/google/css/mixins/nav-vertical-align.less
de/agilecoders/wicket/themes/markup/html/google/css/modals.less
de/agilecoders/wicket/themes/markup/html/google/css/navbar-common.less
de/agilecoders/wicket/themes/markup/html/google/css/navbar.less
de/agilecoders/wicket/themes/markup/html/google/css/navs.less
de/agilecoders/wicket/themes/markup/html/google/css/pager.less
de/agilecoders/wicket/themes/markup/html/google/css/pagination.less
de/agilecoders/wicket/themes/markup/html/google/css/panels.less
de/agilecoders/wicket/themes/markup/html/google/css/popovers.less
de/agilecoders/wicket/themes/markup/html/google/css/progress-bars.less
de/agilecoders/wicket/themes/markup/html/google/css/responsive-navbar.less
de/agilecoders/wicket/themes/markup/html/google/css/scaffolding.less
de/agilecoders/wicket/themes/markup/html/google/css/scrollbars.less
de/agilecoders/wicket/themes/markup/html/google/css/sprites.less
de/agilecoders/wicket/themes/markup/html/google/css/tables.less
de/agilecoders/wicket/themes/markup/html/google/css/thumbnails.less
de/agilecoders/wicket/themes/markup/html/google/css/toolbar.less
de/agilecoders/wicket/themes/markup/html/google/css/tooltip.less
de/agilecoders/wicket/themes/markup/html/google/css/type.less
de/agilecoders/wicket/themes/markup/html/google/css/variables.less
de/agilecoders/wicket/themes/markup/html/google/css/wells.less
de/agilecoders/wicket/themes/markup/html/google/gettheme.sh
de/agilecoders/wicket/themes/markup/html/google/img/checkmark.png
de.agilecoders.wicket.themes.markup.html.material_design.MaterialDesignCssReference.class
de.agilecoders.wicket.themes.markup.html.material_design.MaterialDesignTheme.class
de/agilecoders/wicket/themes/markup/html/material_design/css/material-fullpalette.css
de/agilecoders/wicket/themes/markup/html/material_design/css/material-fullpalette.css.map
de/agilecoders/wicket/themes/markup/html/material_design/css/material-fullpalette.min.css
de/agilecoders/wicket/themes/markup/html/material_design/css/material-fullpalette.min.css.map
de/agilecoders/wicket/themes/markup/html/material_design/css/material.css
de/agilecoders/wicket/themes/markup/html/material_design/css/material.css.map
de/agilecoders/wicket/themes/markup/html/material_design/css/material.min.css
de/agilecoders/wicket/themes/markup/html/material_design/css/material.min.css.map
de/agilecoders/wicket/themes/markup/html/material_design/css/ripples.css
de/agilecoders/wicket/themes/markup/html/material_design/css/ripples.css.map
de/agilecoders/wicket/themes/markup/html/material_design/css/ripples.min.css
de/agilecoders/wicket/themes/markup/html/material_design/css/ripples.min.css.map
de/agilecoders/wicket/themes/markup/html/material_design/css/roboto.css
de/agilecoders/wicket/themes/markup/html/material_design/css/roboto.css.map
de/agilecoders/wicket/themes/markup/html/material_design/css/roboto.min.css
de/agilecoders/wicket/themes/markup/html/material_design/css/roboto.min.css.map
de/agilecoders/wicket/themes/markup/html/material_design/fonts/LICENSE.txt
de/agilecoders/wicket/themes/markup/html/material_design/fonts/Material-Design-Icons.eot
de/agilecoders/wicket/themes/markup/html/material_design/fonts/Material-Design-Icons.svg
de/agilecoders/wicket/themes/markup/html/material_design/fonts/Material-Design-Icons.ttf
de/agilecoders/wicket/themes/markup/html/material_design/fonts/Material-Design-Icons.woff
de/agilecoders/wicket/themes/markup/html/material_design/fonts/RobotoDraftBold.woff
de/agilecoders/wicket/themes/markup/html/material_design/fonts/RobotoDraftBold.woff2
de/agilecoders/wicket/themes/markup/html/material_design/fonts/RobotoDraftItalic.woff
de/agilecoders/wicket/themes/markup/html/material_design/fonts/RobotoDraftItalic.woff2
de/agilecoders/wicket/themes/markup/html/material_design/fonts/RobotoDraftMedium.woff
de/agilecoders/wicket/themes/markup/html/material_design/fonts/RobotoDraftMedium.woff2
de/agilecoders/wicket/themes/markup/html/material_design/fonts/RobotoDraftRegular.woff
de/agilecoders/wicket/themes/markup/html/material_design/fonts/RobotoDraftRegular.woff2
de/agilecoders/wicket/themes/markup/html/material_design/gettheme.sh
de/agilecoders/wicket/themes/markup/html/material_design/js/material.js
de/agilecoders/wicket/themes/markup/html/material_design/js/material.min.js
de/agilecoders/wicket/themes/markup/html/material_design/js/material.min.js.map
de/agilecoders/wicket/themes/markup/html/material_design/js/ripples.js
de/agilecoders/wicket/themes/markup/html/material_design/js/ripples.min.js
de/agilecoders/wicket/themes/markup/html/material_design/js/ripples.min.js.map
de.agilecoders.wicket.themes.markup.html.metro.MetroCssReference$1.class
de.agilecoders.wicket.themes.markup.html.metro.MetroCssReference$Holder.class
de.agilecoders.wicket.themes.markup.html.metro.MetroCssReference.class
de.agilecoders.wicket.themes.markup.html.metro.MetroTheme.class
de/agilecoders/wicket/themes/markup/html/metro/css/m8tro.css
de/agilecoders/wicket/themes/markup/html/metro/css/m8tro.min.css
de/agilecoders/wicket/themes/markup/html/metro/fonts/glyphicons-halflings-regular.eot
#内容未全部加载,请点击展开加载全部代码(NowJava.com)
|
| 依赖Jar: |
|