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