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