| Group ID: |
org.kevoree.library.java |
| Artifact ID: |
org.kevoree.library.java.javaNode |
| Version: |
5.0.4 |
| Last modified: |
22.09.2014 16:51 |
| Packaging: |
jar |
| Name: |
Kevoree :: Library :: Java :: JavaNode |
|
|
| Size: |
122.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/kevoree/library/java/org.kevoree.library.java.javaNode/5.0.4/org.kevoree.library.java.javaNode-5.0.4.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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>org.kevoree.library.java.javaNode</artifactId>
<name>Kevoree :: Library :: Java :: JavaNode</name>
<version>5.0.4</version>
<parent>
<artifactId>org.kevoree.library.java.root</artifactId>
<groupId>org.kevoree.library.java</groupId>
<version>5.0.4</version>
<relativePath>../pom.xml</relativePath>
</parent>
<dependencies>
<dependency>
<groupId>org.kevoree</groupId>
<artifactId>org.kevoree.api</artifactId>
<version>${kevoree.version}</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>${kotlin.version}</version>
</dependency>
<!-- test dependency -->
<dependency>
<groupId>org.kevoree</groupId>
<artifactId>org.kevoree.kevscript</artifactId>
<version>${kevoree.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.kevoree.tools</groupId>
<artifactId>org.kevoree.tools.test</artifactId>
<version>${kevoree.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<artifactId>kotlin-maven-plugin</artifactId>
<groupId>org.jetbrains.kotlin</groupId>
<version>${kotlin.version}</version>
<executions>
<execution>
<id>compile</id>
<phase>process-sources</phase>
<goals>
<goal>compile</goal>
</goals>
</execution>
<execution>
<id>test-compile</id>
<phase>process-test-sources</phase>
<goals>
<goal>test-compile</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>1.4</version>
<configuration>
<verbose>false</verbose>
<addSvnKeyWords>true</addSvnKeyWords>
</configuration>
<executions>
<execution>
<id>first</id>
<goals>
<goal>update-file-header</goal>
</goals>
<phase>process-sources</phase>
<configuration>
<licenseName>lgpl_v3</licenseName>
<organizationName>org.kevoree</organizationName>
<inceptionYear>2013</inceptionYear>
<includes>
<include>*.java</include>
<include>*.kt</include>
<include>*.scala</include>
</includes>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
|
| Maven: |
<dependency>
<groupId>org.kevoree.library.java</groupId>
<artifactId>org.kevoree.library.java.javaNode</artifactId>
<version>5.0.4</version>
</dependency>
|
| Gradle: |
org.kevoree.library.java:org.kevoree.library.java.javaNode:5.0.4 |
|
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
|