GroupId | GroupIdcom.flowyun |
---|---|
ArtifactId | ArtifactIdconcurrent-spring |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
concurrent-spring-1.0.2.pom | |
concurrent-spring-1.0.2.jar | 29 KB |
concurrent-spring-1.0.2-sources.jar | 19 KB |
concurrent-spring-1.0.2-javadoc.jar | 147 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.flowyun/concurrent-spring/ -->
<dependency>
<groupId>com.flowyun</groupId>
<artifactId>concurrent-spring</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.flowyun/concurrent-spring/
implementation 'com.flowyun:concurrent-spring:1.0.2'
// https://jarcasting.com/artifacts/com.flowyun/concurrent-spring/
implementation ("com.flowyun:concurrent-spring:1.0.2")
'com.flowyun:concurrent-spring:jar:1.0.2'
<dependency org="com.flowyun" name="concurrent-spring" rev="1.0.2">
<artifact name="concurrent-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.flowyun', module='concurrent-spring', version='1.0.2')
)
libraryDependencies += "com.flowyun" % "concurrent-spring" % "1.0.2"
[com.flowyun/concurrent-spring "1.0.2"]