GroupId | GroupIdcom.github.taymindis |
---|---|
ArtifactId | ArtifactIdsrf4j |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
srf4j-1.0.2.pom | |
srf4j-1.0.2.jar | 76 KB |
srf4j-1.0.2-sources.jar | 43 KB |
srf4j-1.0.2-javadoc.jar | 636 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.taymindis/srf4j/ -->
<dependency>
<groupId>com.github.taymindis</groupId>
<artifactId>srf4j</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.taymindis/srf4j/
implementation 'com.github.taymindis:srf4j:1.0.2'
// https://jarcasting.com/artifacts/com.github.taymindis/srf4j/
implementation ("com.github.taymindis:srf4j:1.0.2")
'com.github.taymindis:srf4j:jar:1.0.2'
<dependency org="com.github.taymindis" name="srf4j" rev="1.0.2">
<artifact name="srf4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.taymindis', module='srf4j', version='1.0.2')
)
libraryDependencies += "com.github.taymindis" % "srf4j" % "1.0.2"
[com.github.taymindis/srf4j "1.0.2"]