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