| License |
License |
|---|---|
| GroupId | GroupIdcom.github.pateluday07 |
| ArtifactId | ArtifactIdmy-space |
| Version | Version1.0.0 |
| Type | Typejar |
| Description |
Descriptionmy-space
A application used as an example on how to set up pushing its components to the Central Repository.
|
| Filename | Size |
|---|---|
| my-space-1.0.0.pom | |
| my-space-1.0.0.jar | 2 KB |
| my-space-1.0.0-sources.jar | 893 bytes |
| my-space-1.0.0-javadoc.jar | 384 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.pateluday07/my-space/ -->
<dependency>
<groupId>com.github.pateluday07</groupId>
<artifactId>my-space</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pateluday07/my-space/
implementation 'com.github.pateluday07:my-space:1.0.0'
// https://jarcasting.com/artifacts/com.github.pateluday07/my-space/
implementation ("com.github.pateluday07:my-space:1.0.0")
'com.github.pateluday07:my-space:jar:1.0.0'
<dependency org="com.github.pateluday07" name="my-space" rev="1.0.0">
<artifact name="my-space" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pateluday07', module='my-space', version='1.0.0')
)
libraryDependencies += "com.github.pateluday07" % "my-space" % "1.0.0"
[com.github.pateluday07/my-space "1.0.0"]