License |
License |
---|---|
GroupId | GroupIdorg.solovyev |
ArtifactId | ArtifactIdcommon-core |
Last Version | Last Version1.0.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava Common Library Core
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Project Organization |
Project Organizationse.solovyev |
Filename | Size |
---|---|
common-core-1.0.7.pom | |
common-core-1.0.7.jar | 78 KB |
common-core-1.0.7-sources.jar | 43 KB |
common-core-1.0.7-javadoc.jar | 392 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.solovyev/common-core/ -->
<dependency>
<groupId>org.solovyev</groupId>
<artifactId>common-core</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.solovyev/common-core/
implementation 'org.solovyev:common-core:1.0.7'
// https://jarcasting.com/artifacts/org.solovyev/common-core/
implementation ("org.solovyev:common-core:1.0.7")
'org.solovyev:common-core:jar:1.0.7'
<dependency org="org.solovyev" name="common-core" rev="1.0.7">
<artifact name="common-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.solovyev', module='common-core', version='1.0.7')
)
libraryDependencies += "org.solovyev" % "common-core" % "1.0.7"
[org.solovyev/common-core "1.0.7"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : annotations | jar | 2.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
com.intellij : annotations | jar | 7.0.3 |