| Categories |
CategoriesData |
|---|---|
| GroupId | GroupIdcom.tvd12 |
| ArtifactId | ArtifactIdezydata |
| Version | Version1.1.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| ezydata-1.1.0.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tvd12/ezydata/ -->
<dependency>
<groupId>com.tvd12</groupId>
<artifactId>ezydata</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.tvd12/ezydata/
implementation 'com.tvd12:ezydata:1.1.0'
// https://jarcasting.com/artifacts/com.tvd12/ezydata/
implementation ("com.tvd12:ezydata:1.1.0")
'com.tvd12:ezydata:pom:1.1.0'
<dependency org="com.tvd12" name="ezydata" rev="1.1.0">
<artifact name="ezydata" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.tvd12', module='ezydata', version='1.1.0')
)
libraryDependencies += "com.tvd12" % "ezydata" % "1.1.0"
[com.tvd12/ezydata "1.1.0"]