License |
License |
---|---|
Categories |
CategoriesGithub Development Tools Version Controls |
GroupId | GroupIdio.github.sunnydsouza |
ArtifactId | ArtifactIdsample-repo-github-actions |
Last Version | Last Version3.12.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionio.github.sunnydsouza:sample-repo-github-actions
Sample project for uploading artifacts to maven and github. No other purpose. DO NOT USE
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/io.github.sunnydsouza/sample-repo-github-actions/ -->
<dependency>
<groupId>io.github.sunnydsouza</groupId>
<artifactId>sample-repo-github-actions</artifactId>
<version>3.12.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.sunnydsouza/sample-repo-github-actions/
implementation 'io.github.sunnydsouza:sample-repo-github-actions:3.12.2'
// https://jarcasting.com/artifacts/io.github.sunnydsouza/sample-repo-github-actions/
implementation ("io.github.sunnydsouza:sample-repo-github-actions:3.12.2")
'io.github.sunnydsouza:sample-repo-github-actions:jar:3.12.2'
<dependency org="io.github.sunnydsouza" name="sample-repo-github-actions" rev="3.12.2">
<artifact name="sample-repo-github-actions" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.sunnydsouza', module='sample-repo-github-actions', version='3.12.2')
)
libraryDependencies += "io.github.sunnydsouza" % "sample-repo-github-actions" % "3.12.2"
[io.github.sunnydsouza/sample-repo-github-actions "3.12.2"]