| 组织ID: |
net.ftlines.wicket-source |
| 项目ID: |
wicket-source |
| 版本: |
1.5.0.7 |
| 最后修改时间: |
2019-10-22 20:23:18 |
| 包类型: |
jar |
| 标题: |
Wicket Source |
| 描述: |
Wicket-source displays component instantiation location in an html attribute, speeding the modification of existing wicket pages. |
| 相关URL: |
https://github.com/42Lines/wicket-source/wiki |
| 大小: |
9.97KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>net.ftlines.wicket-source</groupId>
<artifactId>wicket-source</artifactId>
<version>1.5.0.7</version>
</dependency>
|
| Gradle引入代码: |
net.ftlines.wicket-source:wicket-source:1.5.0.7
|
| 下载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>net.ftlines.wicket-source</groupId>
<artifactId>wicket-source-parent</artifactId>
<version>1.5.0.7</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-source</artifactId>
<packaging>jar</packaging>
<description>Wicket-source displays component instantiation location in an html attribute, speeding the modification of existing wicket pages.</description>
<name>Wicket Source</name>
<url>https://github.com/42Lines/wicket-source/wiki</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
<properties>
<wicket.version>1.5.0</wicket.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>org.apache.wicket</groupId>
<artifactId>wicket</artifactId>
<version>${wicket.version}</version>
<type>pom</type>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.1.2</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.1</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<profiles>
<profile>
<id>release-sign-artifacts</id>
<activation>
<property>
<name>performRelease</name>
<value>true</value>
</property>
</activation>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.1</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</profile>
</profiles>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
net.ftlines.wicketsource.WicketSourceFilter.class
net.ftlines.wicketsource.WicketSource.class
net.ftlines.wicketsource.AttributeModifyingInstantiationListener.class
net.ftlines.wicketsource.InstantiationLocation.class
net.ftlines.wicketsource.AttributeModifyingComponentVisitor.class
net.ftlines.wicketsource.AttributeModifyingInstantiationListener$UnsupportedComponentException.class
net.ftlines.wicketsource.AttributeModifyingInstantiationListener$1.class
net.ftlines.wicketsource.SourceModel.class
META-INF/maven/net.ftlines.wicket-source/wicket-source/pom.xml
META-INF/maven/net.ftlines.wicket-source/wicket-source/pom.properties
|
| 依赖Jar: |
wicket-${wicket.version}.jar
/org.apache.wicket/wicket/${wicket.version}
查看wicket所有版本文件
|