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