License |
License |
---|---|
GroupId | GroupIdcom.github.easonjim |
ArtifactId | ArtifactIdossrh-demo |
Version | Version1.3 |
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.3.pom | |
ossrh-demo-1.3.jar | 2 KB |
ossrh-demo-1.3-sources.jar | 937 bytes |
ossrh-demo-1.3-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.easonjim/ossrh-demo/ -->
<dependency>
<groupId>com.github.easonjim</groupId>
<artifactId>ossrh-demo</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.easonjim/ossrh-demo/
implementation 'com.github.easonjim:ossrh-demo:1.3'
// https://jarcasting.com/artifacts/com.github.easonjim/ossrh-demo/
implementation ("com.github.easonjim:ossrh-demo:1.3")
'com.github.easonjim:ossrh-demo:jar:1.3'
<dependency org="com.github.easonjim" name="ossrh-demo" rev="1.3">
<artifact name="ossrh-demo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.easonjim', module='ossrh-demo', version='1.3')
)
libraryDependencies += "com.github.easonjim" % "ossrh-demo" % "1.3"
[com.github.easonjim/ossrh-demo "1.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |