| GroupId | GroupIdorg.ektorp |
|---|---|
| ArtifactId | ArtifactIdorg.ektorp.spring |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| org.ektorp.spring-1.0.0.pom | |
| org.ektorp.spring-1.0.0.jar | 8 KB |
| org.ektorp.spring-1.0.0-sources.jar | 4 KB |
| org.ektorp.spring-1.0.0-javadoc.jar | 33 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.ektorp/org.ektorp.spring/ -->
<dependency>
<groupId>org.ektorp</groupId>
<artifactId>org.ektorp.spring</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ektorp/org.ektorp.spring/
implementation 'org.ektorp:org.ektorp.spring:1.0.0'
// https://jarcasting.com/artifacts/org.ektorp/org.ektorp.spring/
implementation ("org.ektorp:org.ektorp.spring:1.0.0")
'org.ektorp:org.ektorp.spring:jar:1.0.0'
<dependency org="org.ektorp" name="org.ektorp.spring" rev="1.0.0">
<artifact name="org.ektorp.spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ektorp', module='org.ektorp.spring', version='1.0.0')
)
libraryDependencies += "org.ektorp" % "org.ektorp.spring" % "1.0.0"
[org.ektorp/org.ektorp.spring "1.0.0"]