| Group ID: |
com.gitee.l0km |
| Artifact ID: |
codegen-base |
| Last modified: |
29.03.2018 01:56 |
| Packaging: |
jar |
| Name: |
codegen |
|
|
| Size: |
123.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/gitee/l0km/codegen-base/1.0.2/codegen-base-1.0.2.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>
<artifactId>codegen-base</artifactId>
<packaging>jar</packaging>
<name>codegen</name>
<parent>
<groupId>com.gitee.l0km</groupId>
<artifactId>codegen</artifactId>
<version>1.0.2</version>
<relativePath>..</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity</artifactId>
<version>1.7</version>
</dependency>
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-tools</artifactId>
<version>2.0</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
</dependency>
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>common-base</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>common-cli</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>common-bean</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>codegen-annotations</artifactId>
</dependency>
</dependencies>
<build>
<plugins>
<!-- 跳过测试 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
|
| Maven: |
<dependency>
<groupId>com.gitee.l0km</groupId>
<artifactId>codegen-base</artifactId>
<version>1.0.2</version>
</dependency>
|
| Gradle: |
com.gitee.l0km:codegen-base:1.0.2 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Used by: iArtifacts that declare a dependency on this library - on any version, not necessarily this exact one. |
|
| Dependency Graph: |
Show
Less
More
|