| Group ID: |
com.dyuproject.protostuff |
| Artifact ID: |
protostuff-runtime-registry |
| Last modified: |
17.03.2017 06:42 |
| Packaging: |
jar |
| Name: |
protostuff :: runtime-registry |
| Description: |
id registration for runtime types |
|
|
| Size: |
40.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/dyuproject/protostuff/protostuff-runtime-registry/1.1.1/protostuff-runtime-registry-1.1.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/maven-v4_0_0.xsd">
<parent>
<artifactId>protostuff</artifactId>
<groupId>com.dyuproject.protostuff</groupId>
<version>1.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>com.dyuproject.protostuff</groupId>
<artifactId>protostuff-runtime-registry</artifactId>
<name>protostuff :: runtime-registry</name>
<description>id registration for runtime types</description>
<packaging>jar</packaging>
<build>
<defaultGoal>install</defaultGoal>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>2.3</version>
<executions>
<execution>
<id>test-jar</id>
<goals>
<goal>test-jar</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.dyuproject.protostuff</groupId>
<artifactId>protostuff-core</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.dyuproject.protostuff</groupId>
<artifactId>protostuff-core</artifactId>
<version>${project.version}</version>
<scope>test</scope>
<classifier>tests</classifier>
</dependency>
<dependency>
<groupId>com.dyuproject.protostuff</groupId>
<artifactId>protostuff-collectionschema</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.dyuproject.protostuff</groupId>
<artifactId>protostuff-runtime</artifactId>
<version>${project.version}</version>
<scope>test</scope>
<classifier>tests</classifier>
</dependency>
<dependency>
<groupId>com.dyuproject.protostuff</groupId>
<artifactId>protostuff-runtime</artifactId>
<version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.dyuproject.protostuff</groupId>
<artifactId>protostuff-collectionschema</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.dyuproject.protostuff</groupId>
<artifactId>protostuff-runtime</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>com.dyuproject.protostuff</groupId>
<artifactId>protostuff-runtime-registry</artifactId>
<version>1.1.1</version>
</dependency>
|
| Gradle: |
com.dyuproject.protostuff:protostuff-runtime-registry:1.1.1 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|