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