Categories |
CategoriesH2 Data Databases |
---|---|
GroupId | GroupIdcom.github.samarth2222 |
ArtifactId | ArtifactIdSkillA |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
SkillA-1.0.3.pom | |
SkillA-1.0.3-sources.jar | 12 KB |
SkillA-1.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.samarth2222/SkillA/
implementation 'com.github.samarth2222:SkillA:1.0.3'
// https://jarcasting.com/artifacts/com.github.samarth2222/SkillA/
implementation ("com.github.samarth2222:SkillA:1.0.3")
'com.github.samarth2222:SkillA:jar:1.0.3'
<dependency org="com.github.samarth2222" name="SkillA" rev="1.0.3">
<artifact name="SkillA" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.samarth2222', module='SkillA', version='1.0.3')
)
libraryDependencies += "com.github.samarth2222" % "SkillA" % "1.0.3"
[com.github.samarth2222/SkillA "1.0.3"]