| Group ID: |
org.smartboot.flow |
| Artifact ID: |
smart-flow-integration-nacos |
| Last modified: |
03.12.2023 13:09 |
| Packaging: |
jar |
|
|
| Size: |
9.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/smartboot/flow/smart-flow-integration-nacos/1.1.4/smart-flow-integration-nacos-1.1.4.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/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>smart-flow-integration</artifactId>
<groupId>org.smartboot.flow</groupId>
<version>1.1.4</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>smart-flow-integration-nacos</artifactId>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>org.smartboot.flow</groupId>
<artifactId>smart-flow-manager</artifactId>
<version>${smart-flow.version}</version>
</dependency>
<dependency>
<groupId>com.alibaba.nacos</groupId>
<artifactId>nacos-client</artifactId>
<version>2.1.1</version>
</dependency>
<dependency>
<groupId>com.alibaba.nacos</groupId>
<artifactId>nacos-spring-context</artifactId>
<version>1.1.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>org.smartboot.flow</groupId>
<artifactId>smart-flow-integration-nacos</artifactId>
<version>1.1.4</version>
</dependency>
|
| Gradle: |
org.smartboot.flow:smart-flow-integration-nacos:1.1.4 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
-
[JAR]
nacos-client-2.1.1.jar
in com/alibaba/nacos/nacos-client/2.1.1
-
[JAR]
nacos-spring-context-1.1.1.jar
in com/alibaba/nacos/nacos-spring-context/1.1.1
-
[JAR]
smart-flow-manager-${smart-flow.version}.jar
in org/smartboot/flow/smart-flow-manager/${smart-flow.version}
|
| Dependency Graph: |
Show
Less
More
|