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