Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sourceforge.getl |
ArtifactId | ArtifactIdgetl |
Version | Version1.1.36 |
Type | Typejar |
Filename | Size |
---|---|
getl-1.1.36.pom | |
getl-1.1.36.jar | 3 MB |
getl-1.1.36-sources.jar | 200 KB |
getl-1.1.36-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.36</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.getl/getl/
implementation 'net.sourceforge.getl:getl:1.1.36'
// https://jarcasting.com/artifacts/net.sourceforge.getl/getl/
implementation ("net.sourceforge.getl:getl:1.1.36")
'net.sourceforge.getl:getl:jar:1.1.36'
<dependency org="net.sourceforge.getl" name="getl" rev="1.1.36">
<artifact name="getl" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.getl', module='getl', version='1.1.36')
)
libraryDependencies += "net.sourceforge.getl" % "getl" % "1.1.36"
[net.sourceforge.getl/getl "1.1.36"]