GroupId | GroupIdcom.github.nalim2 |
---|---|
ArtifactId | ArtifactIdsfsc |
Version | Version0.1.7 |
Type | Typepom |
Filename | Size |
---|---|
sfsc-0.1.7.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nalim2/sfsc/ -->
<dependency>
<groupId>com.github.nalim2</groupId>
<artifactId>sfsc</artifactId>
<version>0.1.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.nalim2/sfsc/
implementation 'com.github.nalim2:sfsc:0.1.7'
// https://jarcasting.com/artifacts/com.github.nalim2/sfsc/
implementation ("com.github.nalim2:sfsc:0.1.7")
'com.github.nalim2:sfsc:pom:0.1.7'
<dependency org="com.github.nalim2" name="sfsc" rev="0.1.7">
<artifact name="sfsc" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.nalim2', module='sfsc', version='0.1.7')
)
libraryDependencies += "com.github.nalim2" % "sfsc" % "0.1.7"
[com.github.nalim2/sfsc "0.1.7"]