GroupId | GroupIdorg.hotpotmaterial |
---|---|
ArtifactId | ArtifactIdhotpotmaterial-common |
Version | Version0.0.2 |
Type | Typepom |
Filename | Size |
---|---|
hotpotmaterial-common-0.0.2.pom | |
hotpotmaterial-common-0.0.2.jar | 4 KB |
hotpotmaterial-common-0.0.2-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.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hotpotmaterial/hotpotmaterial-common/
implementation 'org.hotpotmaterial:hotpotmaterial-common:0.0.2'
// https://jarcasting.com/artifacts/org.hotpotmaterial/hotpotmaterial-common/
implementation ("org.hotpotmaterial:hotpotmaterial-common:0.0.2")
'org.hotpotmaterial:hotpotmaterial-common:pom:0.0.2'
<dependency org="org.hotpotmaterial" name="hotpotmaterial-common" rev="0.0.2">
<artifact name="hotpotmaterial-common" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hotpotmaterial', module='hotpotmaterial-common', version='0.0.2')
)
libraryDependencies += "org.hotpotmaterial" % "hotpotmaterial-common" % "0.0.2"
[org.hotpotmaterial/hotpotmaterial-common "0.0.2"]