Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.cedar12 |
ArtifactId | ArtifactIdcedar-data-spring |
Version | Version1.1 |
Type | Typejar |
Filename | Size |
---|---|
cedar-data-spring-1.1.pom | |
cedar-data-spring-1.1.jar | 18 KB |
cedar-data-spring-1.1-sources.jar | 9 KB |
cedar-data-spring-1.1-javadoc.jar | 100 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cedar12/cedar-data-spring/
implementation 'com.github.cedar12:cedar-data-spring:1.1'
// https://jarcasting.com/artifacts/com.github.cedar12/cedar-data-spring/
implementation ("com.github.cedar12:cedar-data-spring:1.1")
'com.github.cedar12:cedar-data-spring:jar:1.1'
<dependency org="com.github.cedar12" name="cedar-data-spring" rev="1.1">
<artifact name="cedar-data-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cedar12', module='cedar-data-spring', version='1.1')
)
libraryDependencies += "com.github.cedar12" % "cedar-data-spring" % "1.1"
[com.github.cedar12/cedar-data-spring "1.1"]