Last Version

cn.coufran:hello 1.0.0

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

License

License

GroupId

GroupId

cn.coufran
ArtifactId

ArtifactId

hello
Version

Version

1.0.0
Type

Type

jar
Description

Description

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
Source Code Management

Source Code Management

https://github.com/coufran/hello-maven.git

Download hello 1.0.0


<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.