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