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