GroupId | GroupIdcn.sourcespro |
---|---|
ArtifactId | ArtifactIdcommons |
Version | Version0.0.1.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
commons-0.0.1.RELEASE.pom | |
commons-0.0.1.RELEASE.jar | 24 KB |
commons-0.0.1.RELEASE-sources.jar | 17 KB |
commons-0.0.1.RELEASE-javadoc.jar | 115 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.sourcespro/commons/ -->
<dependency>
<groupId>cn.sourcespro</groupId>
<artifactId>commons</artifactId>
<version>0.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.sourcespro/commons/
implementation 'cn.sourcespro:commons:0.0.1.RELEASE'
// https://jarcasting.com/artifacts/cn.sourcespro/commons/
implementation ("cn.sourcespro:commons:0.0.1.RELEASE")
'cn.sourcespro:commons:jar:0.0.1.RELEASE'
<dependency org="cn.sourcespro" name="commons" rev="0.0.1.RELEASE">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.sourcespro', module='commons', version='0.0.1.RELEASE')
)
libraryDependencies += "cn.sourcespro" % "commons" % "0.0.1.RELEASE"
[cn.sourcespro/commons "0.0.1.RELEASE"]