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