Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdcom.github.tadukoo.github |
ArtifactId | ArtifactIdTadukooGitHubParent |
Version | Version0.1-Alpha |
Type | Typepom |
Filename | Size |
---|---|
TadukooGitHubParent-0.1-Alpha.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tadukoo.github/TadukooGitHubParent/ -->
<dependency>
<groupId>com.github.tadukoo.github</groupId>
<artifactId>TadukooGitHubParent</artifactId>
<version>0.1-Alpha</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.tadukoo.github/TadukooGitHubParent/
implementation 'com.github.tadukoo.github:TadukooGitHubParent:0.1-Alpha'
// https://jarcasting.com/artifacts/com.github.tadukoo.github/TadukooGitHubParent/
implementation ("com.github.tadukoo.github:TadukooGitHubParent:0.1-Alpha")
'com.github.tadukoo.github:TadukooGitHubParent:pom:0.1-Alpha'
<dependency org="com.github.tadukoo.github" name="TadukooGitHubParent" rev="0.1-Alpha">
<artifact name="TadukooGitHubParent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.tadukoo.github', module='TadukooGitHubParent', version='0.1-Alpha')
)
libraryDependencies += "com.github.tadukoo.github" % "TadukooGitHubParent" % "0.1-Alpha"
[com.github.tadukoo.github/TadukooGitHubParent "0.1-Alpha"]