GroupId | GroupIdcom.github.jerrymice.common |
---|---|
ArtifactId | ArtifactIdcommon-all |
Version | Version0.0.2.beta1 |
Type | Typepom |
Filename | Size |
---|---|
common-all-0.0.2.beta1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jerrymice.common/common-all/ -->
<dependency>
<groupId>com.github.jerrymice.common</groupId>
<artifactId>common-all</artifactId>
<version>0.0.2.beta1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jerrymice.common/common-all/
implementation 'com.github.jerrymice.common:common-all:0.0.2.beta1'
// https://jarcasting.com/artifacts/com.github.jerrymice.common/common-all/
implementation ("com.github.jerrymice.common:common-all:0.0.2.beta1")
'com.github.jerrymice.common:common-all:pom:0.0.2.beta1'
<dependency org="com.github.jerrymice.common" name="common-all" rev="0.0.2.beta1">
<artifact name="common-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jerrymice.common', module='common-all', version='0.0.2.beta1')
)
libraryDependencies += "com.github.jerrymice.common" % "common-all" % "0.0.2.beta1"
[com.github.jerrymice.common/common-all "0.0.2.beta1"]