| Group ID: |
com.brienwheeler.svc |
| Artifact ID: |
svc-content |
| Last modified: |
05.07.2017 20:47 |
| Packaging: |
jar |
|
|
| Size: |
12.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/brienwheeler/svc/svc-content/1.07/svc-content-1.07.jar |
| POM: |
Show
hide
<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>com.brienwheeler.svc</groupId>
<artifactId>pom-svc</artifactId>
<version>1.07</version>
</parent>
<artifactId>svc-content</artifactId>
<packaging>jar</packaging>
<dependencies>
<!--
- Compile Dependencies
-->
<dependency>
<groupId>com.brienwheeler.lib</groupId>
<artifactId>lib-db</artifactId>
</dependency>
<dependency>
<groupId>com.brienwheeler.lib</groupId>
<artifactId>lib-svc</artifactId>
</dependency>
<!--
- Test Dependencies
-->
<dependency>
<groupId>com.brienwheeler.lib</groupId>
<artifactId>lib-svc</artifactId>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.brienwheeler.lib</groupId>
<artifactId>lib-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>aspectj-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>compile</goal>
<!-- <goal>test-compile</goal> -->
</goals>
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
<forceAjcCompile>true</forceAjcCompile>
<aspectLibraries>
<aspectLibrary>
<groupId>com.brienwheeler.lib</groupId>
<artifactId>lib-monitor</artifactId>
</aspectLibrary>
<aspectLibrary>
<groupId>com.brienwheeler.lib</groupId>
<artifactId>lib-svc</artifactId>
</aspectLibrary>
</aspectLibraries>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
| Maven: |
<dependency>
<groupId>com.brienwheeler.svc</groupId>
<artifactId>svc-content</artifactId>
<version>1.07</version>
</dependency>
|
| Gradle: |
com.brienwheeler.svc:svc-content:1.07 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|