Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.cedar12 |
ArtifactId | ArtifactIdcedar-data-spring |
Version | Version1.3.0 |
Type | Typejar |
Filename | Size |
---|---|
cedar-data-spring-1.3.0.pom | |
cedar-data-spring-1.3.0.jar | 27 KB |
cedar-data-spring-1.3.0-sources.jar | 17 KB |
cedar-data-spring-1.3.0-javadoc.jar | 122 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cedar12/cedar-data-spring/ -->
<dependency>
<groupId>com.github.cedar12</groupId>
<artifactId>cedar-data-spring</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cedar12/cedar-data-spring/
implementation 'com.github.cedar12:cedar-data-spring:1.3.0'
// https://jarcasting.com/artifacts/com.github.cedar12/cedar-data-spring/
implementation ("com.github.cedar12:cedar-data-spring:1.3.0")
'com.github.cedar12:cedar-data-spring:jar:1.3.0'
<dependency org="com.github.cedar12" name="cedar-data-spring" rev="1.3.0">
<artifact name="cedar-data-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cedar12', module='cedar-data-spring', version='1.3.0')
)
libraryDependencies += "com.github.cedar12" % "cedar-data-spring" % "1.3.0"
[com.github.cedar12/cedar-data-spring "1.3.0"]