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