| Group ID: |
com.github.snowindy |
| Artifact ID: |
scriptlet4docx |
| Version: |
0.7.1 |
| Last modified: |
15.05.2013 12:47 |
| Packaging: |
jar |
| Name: |
Scriptlet4docx |
| Description: |
Fully functional groovy template scriptlets inside a docx document. No need to edit docx xml source code. All scripting can be written in MS Word. |
| URL: |
https://github.com/snowindy/scriptlet4docx#readme |
|
|
| Size: |
22.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/github/snowindy/scriptlet4docx/0.7.1/scriptlet4docx-0.7.1.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>
<groupId>com.github.snowindy</groupId>
<artifactId>scriptlet4docx</artifactId>
<version>0.7.1</version>
<name>Scriptlet4docx</name>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>org.codehaus.groovy</groupId>
<artifactId>groovy-all</artifactId>
<version>2.1.3</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.1</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.9.0</version>
</dependency>
<!-- Testing -->
<dependency>
<groupId>com.googlecode.jmockit</groupId>
<artifactId>jmockit</artifactId>
<version>1.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
</dependencies>
<url>https://github.com/snowindy/scriptlet4docx#readme</url>
<description>Fully functional groovy template scriptlets inside a docx document. No need to edit docx xml source code. All scripting can be written in MS Word. </description>
<scm>
<url>scm:git@github.com:snowindy/scriptlet4docx.git</url>
<connection>scm:git@github.com:snowindy/scriptlet4docx.git</connection>
<developerConnection>scm:git@github.com:snowindy/scriptlet4docx.git</developerConnection>
</scm>
<issueManagement>
<url>https://github.com/snowindy/scriptlet4docx/issues</url>
</issueManagement>
<licenses>
<license>
<name>The (New) BSD License</name>
<url>http://www.opensource.org/licenses/bsd-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<build>
<sourceDirectory>src/main/java</sourceDirectory>
<testSourceDirectory>src/test/java</testSourceDirectory>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>2.2.1</version>
<executions>
<execution>
<id>attach-sources</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.9</version>
<executions>
<execution>
<id>attach-javadocs</id>
<goals>
<goal>jar</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<distributionManagement>
<repository>
<id>nexus-releases</id>
<name>Nexus Release Repository</name>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
</distributionManagement>
<developers>
<developer>
<email>blackorangebox@gmail.com</email>
<name>Eugene Sapozhnikov</name>
<url>https://github.com/snowindy</url>
<id>snowindy</id>
</developer>
</developers>
</project>
|
| Maven: |
<dependency>
<groupId>com.github.snowindy</groupId>
<artifactId>scriptlet4docx</artifactId>
<version>0.7.1</version>
</dependency>
|
| Gradle: |
com.github.snowindy:scriptlet4docx:0.7.1 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|