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