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