License |
License |
---|---|
GroupId | GroupIdcn.easyproject |
ArtifactId | ArtifactIdeasycommons |
Version | Version1.0.1-RELEASE |
Type | Typepom |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
easycommons-1.0.1-RELEASE.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.easyproject/easycommons/ -->
<dependency>
<groupId>cn.easyproject</groupId>
<artifactId>easycommons</artifactId>
<version>1.0.1-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.easyproject/easycommons/
implementation 'cn.easyproject:easycommons:1.0.1-RELEASE'
// https://jarcasting.com/artifacts/cn.easyproject/easycommons/
implementation ("cn.easyproject:easycommons:1.0.1-RELEASE")
'cn.easyproject:easycommons:pom:1.0.1-RELEASE'
<dependency org="cn.easyproject" name="easycommons" rev="1.0.1-RELEASE">
<artifact name="easycommons" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.easyproject', module='easycommons', version='1.0.1-RELEASE')
)
libraryDependencies += "cn.easyproject" % "easycommons" % "1.0.1-RELEASE"
[cn.easyproject/easycommons "1.0.1-RELEASE"]