GroupId | GroupIdorg.mdsplus |
---|---|
ArtifactId | ArtifactIdjscope |
Version | Version7.108.0 |
Type | Typejar |
Filename | Size |
---|---|
jscope-7.108.0.pom | |
jscope-7.108.0.jar | 553 KB |
jscope-7.108.0-sources.jar | 254 KB |
jscope-7.108.0-javadoc.jar | 690 KB |
jscope-7.108.0-jar-with-dependencies.jar | 924 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mdsplus/jscope/ -->
<dependency>
<groupId>org.mdsplus</groupId>
<artifactId>jscope</artifactId>
<version>7.108.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.mdsplus/jscope/
implementation 'org.mdsplus:jscope:7.108.0'
// https://jarcasting.com/artifacts/org.mdsplus/jscope/
implementation ("org.mdsplus:jscope:7.108.0")
'org.mdsplus:jscope:jar:7.108.0'
<dependency org="org.mdsplus" name="jscope" rev="7.108.0">
<artifact name="jscope" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mdsplus', module='jscope', version='7.108.0')
)
libraryDependencies += "org.mdsplus" % "jscope" % "7.108.0"
[org.mdsplus/jscope "7.108.0"]