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