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