is not current version
Last Version 1.0.4

com.tvd12:ezyfox 0.0.1

Common maven project configuration

GroupId

GroupId

com.tvd12
ArtifactId

ArtifactId

ezyfox
Version

Version

0.0.1
Type

Type

pom

Download ezyfox 0.0.1

Filename Size
ezyfox-0.0.1.pom 10 KB
Browse

<!-- https://jarcasting.com/artifacts/com.tvd12/ezyfox/ -->
<dependency>
    <groupId>com.tvd12</groupId>
    <artifactId>ezyfox</artifactId>
    <version>0.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.tvd12/ezyfox/
implementation 'com.tvd12:ezyfox:0.0.1'
// https://jarcasting.com/artifacts/com.tvd12/ezyfox/
implementation ("com.tvd12:ezyfox:0.0.1")
'com.tvd12:ezyfox:pom:0.0.1'
<dependency org="com.tvd12" name="ezyfox" rev="0.0.1">
  <artifact name="ezyfox" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.tvd12', module='ezyfox', version='0.0.1')
)
libraryDependencies += "com.tvd12" % "ezyfox" % "0.0.1"
[com.tvd12/ezyfox "0.0.1"]