GroupId | GroupIdcom.github.psambit9791 |
---|---|
ArtifactId | ArtifactIdjdsp |
Version | Version0.5.1 |
Type | Typejar |
Filename | Size |
---|---|
jdsp-0.5.1.pom | |
jdsp-0.5.1.jar | 4 MB |
jdsp-0.5.1-sources.jar | 4 MB |
jdsp-0.5.1-javadoc.jar | 256 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.psambit9791/jdsp/ -->
<dependency>
<groupId>com.github.psambit9791</groupId>
<artifactId>jdsp</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.psambit9791/jdsp/
implementation 'com.github.psambit9791:jdsp:0.5.1'
// https://jarcasting.com/artifacts/com.github.psambit9791/jdsp/
implementation ("com.github.psambit9791:jdsp:0.5.1")
'com.github.psambit9791:jdsp:jar:0.5.1'
<dependency org="com.github.psambit9791" name="jdsp" rev="0.5.1">
<artifact name="jdsp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.psambit9791', module='jdsp', version='0.5.1')
)
libraryDependencies += "com.github.psambit9791" % "jdsp" % "0.5.1"
[com.github.psambit9791/jdsp "0.5.1"]