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