Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sourceforge.getl |
ArtifactId | ArtifactIdgetl |
Version | Version1.3.8 |
Type | Typejar |
Filename | Size |
---|---|
getl-1.3.8.pom | |
getl-1.3.8.jar | 1 MB |
getl-1.3.8-sources.jar | 265 KB |
getl-1.3.8-javadoc.jar | 676 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.getl/getl/ -->
<dependency>
<groupId>net.sourceforge.getl</groupId>
<artifactId>getl</artifactId>
<version>1.3.8</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.getl/getl/
implementation 'net.sourceforge.getl:getl:1.3.8'
// https://jarcasting.com/artifacts/net.sourceforge.getl/getl/
implementation ("net.sourceforge.getl:getl:1.3.8")
'net.sourceforge.getl:getl:jar:1.3.8'
<dependency org="net.sourceforge.getl" name="getl" rev="1.3.8">
<artifact name="getl" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.getl', module='getl', version='1.3.8')
)
libraryDependencies += "net.sourceforge.getl" % "getl" % "1.3.8"
[net.sourceforge.getl/getl "1.3.8"]