License |
License |
---|---|
GroupId | GroupIdcom.github.nic-luo |
ArtifactId | ArtifactIdossrh-demo |
Version | Version1.0 |
Type | Typejar |
Description |
Descriptionossrh-demo
A demo for deployment to the Central Repository via OSSRH
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
ossrh-demo-1.0.pom | |
ossrh-demo-1.0.jar | 2 KB |
ossrh-demo-1.0-sources.jar | 903 bytes |
ossrh-demo-1.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nic-luo/ossrh-demo/ -->
<dependency>
<groupId>com.github.nic-luo</groupId>
<artifactId>ossrh-demo</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nic-luo/ossrh-demo/
implementation 'com.github.nic-luo:ossrh-demo:1.0'
// https://jarcasting.com/artifacts/com.github.nic-luo/ossrh-demo/
implementation ("com.github.nic-luo:ossrh-demo:1.0")
'com.github.nic-luo:ossrh-demo:jar:1.0'
<dependency org="com.github.nic-luo" name="ossrh-demo" rev="1.0">
<artifact name="ossrh-demo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nic-luo', module='ossrh-demo', version='1.0')
)
libraryDependencies += "com.github.nic-luo" % "ossrh-demo" % "1.0"
[com.github.nic-luo/ossrh-demo "1.0"]