| GroupId | GroupIdcom.github.yedp |
|---|---|
| ArtifactId | ArtifactIdez-common |
| Version | Version1.0.1-release |
| Type | Typejar |
| Filename | Size |
|---|---|
| ez-common-1.0.1-release.pom | |
| ez-common-1.0.1-release.jar | 35 KB |
| ez-common-1.0.1-release-sources.jar | 22 KB |
| ez-common-1.0.1-release-javadoc.jar | 167 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.yedp/ez-common/ -->
<dependency>
<groupId>com.github.yedp</groupId>
<artifactId>ez-common</artifactId>
<version>1.0.1-release</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yedp/ez-common/
implementation 'com.github.yedp:ez-common:1.0.1-release'
// https://jarcasting.com/artifacts/com.github.yedp/ez-common/
implementation ("com.github.yedp:ez-common:1.0.1-release")
'com.github.yedp:ez-common:jar:1.0.1-release'
<dependency org="com.github.yedp" name="ez-common" rev="1.0.1-release">
<artifact name="ez-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yedp', module='ez-common', version='1.0.1-release')
)
libraryDependencies += "com.github.yedp" % "ez-common" % "1.0.1-release"
[com.github.yedp/ez-common "1.0.1-release"]