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