License |
License |
---|---|
GroupId | GroupIdru.taskurotta |
ArtifactId | ArtifactIdspring |
Last Version | Last Version0.8.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTaskurotta :: Spring
Open source coordination of distributed processes for Java
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-0.8.1.pom | |
spring-0.8.1.jar | 7 KB |
spring-0.8.1-sources.jar | 3 KB |
spring-0.8.1-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ru.taskurotta/spring/ -->
<dependency>
<groupId>ru.taskurotta</groupId>
<artifactId>spring</artifactId>
<version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/ru.taskurotta/spring/
implementation 'ru.taskurotta:spring:0.8.1'
// https://jarcasting.com/artifacts/ru.taskurotta/spring/
implementation ("ru.taskurotta:spring:0.8.1")
'ru.taskurotta:spring:jar:0.8.1'
<dependency org="ru.taskurotta" name="spring" rev="0.8.1">
<artifact name="spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='ru.taskurotta', module='spring', version='0.8.1')
)
libraryDependencies += "ru.taskurotta" % "spring" % "0.8.1"
[ru.taskurotta/spring "0.8.1"]
Group / Artifact | Type | Version |
---|---|---|
ru.taskurotta : bootstrap | jar | 0.8.1 |
org.springframework : spring-context | jar | 4.1.4.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |