Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.wisedream |
ArtifactId | ArtifactIdezhc |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
ezhc-0.2.pom | |
ezhc-0.2.jar | 25 KB |
ezhc-0.2-sources.jar | 13 KB |
ezhc-0.2-javadoc.jar | 116 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.wisedream/ezhc/ -->
<dependency>
<groupId>net.wisedream</groupId>
<artifactId>ezhc</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.wisedream/ezhc/
implementation 'net.wisedream:ezhc:0.2'
// https://jarcasting.com/artifacts/net.wisedream/ezhc/
implementation ("net.wisedream:ezhc:0.2")
'net.wisedream:ezhc:jar:0.2'
<dependency org="net.wisedream" name="ezhc" rev="0.2">
<artifact name="ezhc" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.wisedream', module='ezhc', version='0.2')
)
libraryDependencies += "net.wisedream" % "ezhc" % "0.2"
[net.wisedream/ezhc "0.2"]