Categories |
CategoriesH2 Data Databases |
---|---|
GroupId | GroupIdcom.github.samarth2222 |
ArtifactId | ArtifactIdSkillA |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
SkillA-1.0.0.pom | |
SkillA-1.0.0-sources.jar | 7 KB |
SkillA-1.0.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.samarth2222/SkillA/ -->
<dependency>
<groupId>com.github.samarth2222</groupId>
<artifactId>SkillA</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.samarth2222/SkillA/
implementation 'com.github.samarth2222:SkillA:1.0.0'
// https://jarcasting.com/artifacts/com.github.samarth2222/SkillA/
implementation ("com.github.samarth2222:SkillA:1.0.0")
'com.github.samarth2222:SkillA:jar:1.0.0'
<dependency org="com.github.samarth2222" name="SkillA" rev="1.0.0">
<artifact name="SkillA" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.samarth2222', module='SkillA', version='1.0.0')
)
libraryDependencies += "com.github.samarth2222" % "SkillA" % "1.0.0"
[com.github.samarth2222/SkillA "1.0.0"]