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