GroupId | GroupIdorg.hotpotmaterial |
---|---|
ArtifactId | ArtifactIdhotpotmaterial-common |
Version | Version0.0.3 |
Type | Typepom |
Filename | Size |
---|---|
hotpotmaterial-common-0.0.3.pom | |
hotpotmaterial-common-0.0.3.jar | 4 KB |
hotpotmaterial-common-0.0.3-sources.jar | 138 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hotpotmaterial/hotpotmaterial-common/ -->
<dependency>
<groupId>org.hotpotmaterial</groupId>
<artifactId>hotpotmaterial-common</artifactId>
<version>0.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hotpotmaterial/hotpotmaterial-common/
implementation 'org.hotpotmaterial:hotpotmaterial-common:0.0.3'
// https://jarcasting.com/artifacts/org.hotpotmaterial/hotpotmaterial-common/
implementation ("org.hotpotmaterial:hotpotmaterial-common:0.0.3")
'org.hotpotmaterial:hotpotmaterial-common:pom:0.0.3'
<dependency org="org.hotpotmaterial" name="hotpotmaterial-common" rev="0.0.3">
<artifact name="hotpotmaterial-common" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hotpotmaterial', module='hotpotmaterial-common', version='0.0.3')
)
libraryDependencies += "org.hotpotmaterial" % "hotpotmaterial-common" % "0.0.3"
[org.hotpotmaterial/hotpotmaterial-common "0.0.3"]