| 组织ID: |
org.jasig.inspektr |
| 项目ID: |
inspektr-aspects |
| 版本: |
1.2.GA |
| 最后修改时间: |
2018-08-01 09:54:01 |
| 包类型: |
jar |
| 标题: |
Inspektr - Aspects |
| 描述: |
Aspects used during auditing and logs |
| 大小: |
9.08KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.jasig.inspektr</groupId>
<artifactId>inspektr-aspects</artifactId>
<version>1.2.GA</version>
</dependency>
|
| Gradle引入代码: |
org.jasig.inspektr:inspektr-aspects:1.2.GA
|
| 下载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">
<parent>
<artifactId>inspektr</artifactId>
<groupId>org.jasig.inspektr</groupId>
<version>1.2.GA</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>inspektr-aspects</artifactId>
<name>Inspektr - Aspects</name>
<description>Aspects used during auditing and logs</description>
<dependencies>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>aspectj-maven-plugin</artifactId>
<version>${maven-aspectj-plugin.version}</version>
<executions>
<execution>
<phase>process-classes</phase>
<goals>
<goal>compile</goal>
</goals>
</execution>
</executions>
<configuration>
<source>${project.build.sourceVersion}</source>
<target>${project.build.targetVersion}</target>
<complianceLevel>${project.build.sourceVersion}</complianceLevel>
<complianceLevel>${project.build.sourceVersion}</complianceLevel>
<encoding>${project.build.sourceEncoding}</encoding>
<forceAjcCompile>true</forceAjcCompile>
<skip>false</skip>
<showWeaveInfo />
</configuration>
<dependencies>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjtools</artifactId>
<version>${aspectj.version}</version>
</dependency>
</dependencies>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
builddef.lst
META-INF/LICENSE
META-INF/NOTICE
org.jasig.inspektr.aspect.TraceLogAspect.class
META-INF/maven/org.jasig.inspektr/inspektr-aspects/pom.xml
META-INF/maven/org.jasig.inspektr/inspektr-aspects/pom.properties
|
| 依赖Jar: |
|