Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.exlp |
ArtifactId | ArtifactIdexlp-shell |
Version | Version0.1.10 |
Type | Typejar |
Filename | Size |
---|---|
exlp-shell-0.1.10.pom | |
exlp-shell-0.1.10.jar | 32 KB |
exlp-shell-0.1.10-sources.jar | 12 KB |
exlp-shell-0.1.10-javadoc.jar | 119 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.exlp/exlp-shell/ -->
<dependency>
<groupId>net.sf.exlp</groupId>
<artifactId>exlp-shell</artifactId>
<version>0.1.10</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.exlp/exlp-shell/
implementation 'net.sf.exlp:exlp-shell:0.1.10'
// https://jarcasting.com/artifacts/net.sf.exlp/exlp-shell/
implementation ("net.sf.exlp:exlp-shell:0.1.10")
'net.sf.exlp:exlp-shell:jar:0.1.10'
<dependency org="net.sf.exlp" name="exlp-shell" rev="0.1.10">
<artifact name="exlp-shell" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.exlp', module='exlp-shell', version='0.1.10')
)
libraryDependencies += "net.sf.exlp" % "exlp-shell" % "0.1.10"
[net.sf.exlp/exlp-shell "0.1.10"]