| Group ID: |
org.prompto |
| Artifact ID: |
SOLRFields |
| Last modified: |
20.09.2017 15:50 |
| Packaging: |
jar |
|
|
| Size: |
14.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/prompto/SOLRFields/0.0.7/SOLRFields-0.0.7.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>org.prompto</groupId>
<artifactId>Parent-Platform</artifactId>
<version>0.0.7</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>SOLRFields</artifactId>
<properties>
<solr-version>5.4.0</solr-version>
</properties>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.3</version>
<configuration>
<source>1.8</source>
<target>1.8</target>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.solr</groupId>
<artifactId>solr-core</artifactId>
<version>${solr-version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.apache.solr</groupId>
<artifactId>solr-langid</artifactId>
<version>${solr-version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>org.prompto</groupId>
<artifactId>SOLRFields</artifactId>
<version>0.0.7</version>
</dependency>
|
| Gradle: |
org.prompto:SOLRFields:0.0.7 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|