| GroupId | GroupIdcom.tvd12 |
|---|---|
| ArtifactId | ArtifactIdezyfox |
| Version | Version1.0.1a |
| Type | Typepom |
| Filename | Size |
|---|---|
| ezyfox-1.0.1a.pom | 12 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tvd12/ezyfox/ -->
<dependency>
<groupId>com.tvd12</groupId>
<artifactId>ezyfox</artifactId>
<version>1.0.1a</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.tvd12/ezyfox/
implementation 'com.tvd12:ezyfox:1.0.1a'
// https://jarcasting.com/artifacts/com.tvd12/ezyfox/
implementation ("com.tvd12:ezyfox:1.0.1a")
'com.tvd12:ezyfox:pom:1.0.1a'
<dependency org="com.tvd12" name="ezyfox" rev="1.0.1a">
<artifact name="ezyfox" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.tvd12', module='ezyfox', version='1.0.1a')
)
libraryDependencies += "com.tvd12" % "ezyfox" % "1.0.1a"
[com.tvd12/ezyfox "1.0.1a"]