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