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