| Title: |
com.turbospaces.boot ::: bootstrap-infinispan-core |
| Group ID: |
com.turbospaces.boot |
| Artifact ID: |
bootstrap-infinispan-core |
| Version: |
1.0.10-RELEASE |
| Last modified: |
30.07.2021 06:28 |
| Packaging: |
jar |
| Name: |
com.turbospaces.boot ::: bootstrap-infinispan-core |
|
|
| Size: |
4.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/com/turbospaces/boot/bootstrap-infinispan-core/1.0.10/bootstrap-infinispan-core-1.0.10-tests.jar |
| POM: |
Show
hide
<?xml version="1.0" encoding="UTF-8"?>
<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>
<parent>
<groupId>com.turbospaces.boot</groupId>
<artifactId>bootstrap-parent</artifactId>
<version>1.0.10</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>bootstrap-infinispan-core</artifactId>
<name>${project.groupId} ::: ${project.artifactId}</name>
<!-- -->
<!-- dependencies -->
<!-- -->
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
<artifactId>javax.inject</artifactId>
</dependency>
<dependency>
<groupId>com.netflix.archaius</groupId>
<artifactId>archaius2-api</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bootstrap-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.jgroups</groupId>
<artifactId>jgroups</artifactId>
</dependency>
<!-- -->
<!-- test dependencies -->
<!-- -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>bootstrap-core</artifactId>
<version>${project.version}</version>
<classifier>tests</classifier>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>com.turbospaces.boot</groupId>
<artifactId>bootstrap-infinispan-core</artifactId>
<version>1.0.10</version>
<classifier>tests</classifier>
</dependency>
|
| Gradle: |
com.turbospaces.boot:bootstrap-infinispan-core:1.0.10:tests |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
|
| Dependency Graph: |
Show
Less
More
|