License |
License |
---|---|
GroupId | GroupIdcn.coufran |
ArtifactId | ArtifactIdhello |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hello-1.0.0.pom | |
hello-1.0.0.jar | 2 KB |
hello-1.0.0-sources.jar | 2 KB |
hello-1.0.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.coufran/hello/ -->
<dependency>
<groupId>cn.coufran</groupId>
<artifactId>hello</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.coufran/hello/
implementation 'cn.coufran:hello:1.0.0'
// https://jarcasting.com/artifacts/cn.coufran/hello/
implementation ("cn.coufran:hello:1.0.0")
'cn.coufran:hello:jar:1.0.0'
<dependency org="cn.coufran" name="hello" rev="1.0.0">
<artifact name="hello" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.coufran', module='hello', version='1.0.0')
)
libraryDependencies += "cn.coufran" % "hello" % "1.0.0"
[cn.coufran/hello "1.0.0"]