License |
License |
---|---|
GroupId | GroupIdcom.weghst.setaria |
ArtifactId | ArtifactIdsetaria-console |
Version | Version1.0.0 |
Type | Typewar |
Description |
DescriptionSetaria Server Console Project
Setaria 分布式统一配置服务端 WEB 控制台管理应用平台
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
setaria-console-1.0.0.pom | |
setaria-console-1.0.0.war | 19 MB |
setaria-console-1.0.0-sources.jar | 22 KB |
setaria-console-1.0.0-javadoc.jar | 74 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.weghst.setaria/setaria-console/ -->
<dependency>
<groupId>com.weghst.setaria</groupId>
<artifactId>setaria-console</artifactId>
<version>1.0.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.weghst.setaria/setaria-console/
implementation 'com.weghst.setaria:setaria-console:1.0.0'
// https://jarcasting.com/artifacts/com.weghst.setaria/setaria-console/
implementation ("com.weghst.setaria:setaria-console:1.0.0")
'com.weghst.setaria:setaria-console:war:1.0.0'
<dependency org="com.weghst.setaria" name="setaria-console" rev="1.0.0">
<artifact name="setaria-console" type="war" />
</dependency>
@Grapes(
@Grab(group='com.weghst.setaria', module='setaria-console', version='1.0.0')
)
libraryDependencies += "com.weghst.setaria" % "setaria-console" % "1.0.0"
[com.weghst.setaria/setaria-console "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 1.10.19 |
org.testng : testng | jar | 6.9.6 |
org.springframework : spring-test | jar | 4.2.3.RELEASE |