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