GroupId | GroupIdcom.haoxuer.bigworld |
---|---|
ArtifactId | ArtifactIdcommons |
Version | Version3.3.15-20220327 |
Type | Typepom |
Filename | Size |
---|---|
commons-3.3.15-20220327.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.haoxuer.bigworld/commons/ -->
<dependency>
<groupId>com.haoxuer.bigworld</groupId>
<artifactId>commons</artifactId>
<version>3.3.15-20220327</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.haoxuer.bigworld/commons/
implementation 'com.haoxuer.bigworld:commons:3.3.15-20220327'
// https://jarcasting.com/artifacts/com.haoxuer.bigworld/commons/
implementation ("com.haoxuer.bigworld:commons:3.3.15-20220327")
'com.haoxuer.bigworld:commons:pom:3.3.15-20220327'
<dependency org="com.haoxuer.bigworld" name="commons" rev="3.3.15-20220327">
<artifact name="commons" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.haoxuer.bigworld', module='commons', version='3.3.15-20220327')
)
libraryDependencies += "com.haoxuer.bigworld" % "commons" % "3.3.15-20220327"
[com.haoxuer.bigworld/commons "3.3.15-20220327"]