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