License |
License |
---|---|
Categories |
CategoriesGithub Development Tools Version Controls |
GroupId | GroupIdcom.github.riprasad |
ArtifactId | ArtifactIdgithub-actions-test |
Last Version | Last Version1.0.1.Final |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA Test Project
A sample project to test github actions workflow
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
github-actions-test-1.0.1.Final.pom | |
github-actions-test-1.0.1.Final.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.riprasad/github-actions-test/ -->
<dependency>
<groupId>com.github.riprasad</groupId>
<artifactId>github-actions-test</artifactId>
<version>1.0.1.Final</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.riprasad/github-actions-test/
implementation 'com.github.riprasad:github-actions-test:1.0.1.Final'
// https://jarcasting.com/artifacts/com.github.riprasad/github-actions-test/
implementation ("com.github.riprasad:github-actions-test:1.0.1.Final")
'com.github.riprasad:github-actions-test:jar:1.0.1.Final'
<dependency org="com.github.riprasad" name="github-actions-test" rev="1.0.1.Final">
<artifact name="github-actions-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.riprasad', module='github-actions-test', version='1.0.1.Final')
)
libraryDependencies += "com.github.riprasad" % "github-actions-test" % "1.0.1.Final"
[com.github.riprasad/github-actions-test "1.0.1.Final"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |