GroupId | GroupIdcom.github.fracpete |
---|---|
ArtifactId | ArtifactIdjshell-scripting |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
jshell-scripting-0.0.3.pom | |
jshell-scripting-0.0.3.jar | 16 KB |
jshell-scripting-0.0.3-sources.jar | 7 KB |
jshell-scripting-0.0.3-javadoc.jar | 395 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.fracpete/jshell-scripting/ -->
<dependency>
<groupId>com.github.fracpete</groupId>
<artifactId>jshell-scripting</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fracpete/jshell-scripting/
implementation 'com.github.fracpete:jshell-scripting:0.0.3'
// https://jarcasting.com/artifacts/com.github.fracpete/jshell-scripting/
implementation ("com.github.fracpete:jshell-scripting:0.0.3")
'com.github.fracpete:jshell-scripting:jar:0.0.3'
<dependency org="com.github.fracpete" name="jshell-scripting" rev="0.0.3">
<artifact name="jshell-scripting" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fracpete', module='jshell-scripting', version='0.0.3')
)
libraryDependencies += "com.github.fracpete" % "jshell-scripting" % "0.0.3"
[com.github.fracpete/jshell-scripting "0.0.3"]