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