Categories |
CategoriesSpring Boot Container Microservices KeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdcom.github.xiaoxiaoreader |
ArtifactId | ArtifactIdkeyplugin-spring-boot-starter |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.xiaoxiaoreader/keyplugin-spring-boot-starter/ -->
<dependency>
<groupId>com.github.xiaoxiaoreader</groupId>
<artifactId>keyplugin-spring-boot-starter</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xiaoxiaoreader/keyplugin-spring-boot-starter/
implementation 'com.github.xiaoxiaoreader:keyplugin-spring-boot-starter:1.1.0'
// https://jarcasting.com/artifacts/com.github.xiaoxiaoreader/keyplugin-spring-boot-starter/
implementation ("com.github.xiaoxiaoreader:keyplugin-spring-boot-starter:1.1.0")
'com.github.xiaoxiaoreader:keyplugin-spring-boot-starter:jar:1.1.0'
<dependency org="com.github.xiaoxiaoreader" name="keyplugin-spring-boot-starter" rev="1.1.0">
<artifact name="keyplugin-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xiaoxiaoreader', module='keyplugin-spring-boot-starter', version='1.1.0')
)
libraryDependencies += "com.github.xiaoxiaoreader" % "keyplugin-spring-boot-starter" % "1.1.0"
[com.github.xiaoxiaoreader/keyplugin-spring-boot-starter "1.1.0"]