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