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