Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.github.easy-data |
ArtifactId | ArtifactIdeasy-data |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
easy-data-1.0.0.pom | |
easy-data-1.0.0.jar | 86 KB |
easy-data-1.0.0-sources.jar | 60 KB |
easy-data-1.0.0-javadoc.jar | 400 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.easy-data/easy-data/ -->
<dependency>
<groupId>com.github.easy-data</groupId>
<artifactId>easy-data</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.easy-data/easy-data/
implementation 'com.github.easy-data:easy-data:1.0.0'
// https://jarcasting.com/artifacts/com.github.easy-data/easy-data/
implementation ("com.github.easy-data:easy-data:1.0.0")
'com.github.easy-data:easy-data:jar:1.0.0'
<dependency org="com.github.easy-data" name="easy-data" rev="1.0.0">
<artifact name="easy-data" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.easy-data', module='easy-data', version='1.0.0')
)
libraryDependencies += "com.github.easy-data" % "easy-data" % "1.0.0"
[com.github.easy-data/easy-data "1.0.0"]