GroupId | GroupIdorg.apache.lens |
---|---|
ArtifactId | ArtifactIdlens-examples |
Version | Version2.0.1-beta-incubating |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.lens/lens-examples/ -->
<dependency>
<groupId>org.apache.lens</groupId>
<artifactId>lens-examples</artifactId>
<version>2.0.1-beta-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.lens/lens-examples/
implementation 'org.apache.lens:lens-examples:2.0.1-beta-incubating'
// https://jarcasting.com/artifacts/org.apache.lens/lens-examples/
implementation ("org.apache.lens:lens-examples:2.0.1-beta-incubating")
'org.apache.lens:lens-examples:jar:2.0.1-beta-incubating'
<dependency org="org.apache.lens" name="lens-examples" rev="2.0.1-beta-incubating">
<artifact name="lens-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.lens', module='lens-examples', version='2.0.1-beta-incubating')
)
libraryDependencies += "org.apache.lens" % "lens-examples" % "2.0.1-beta-incubating"
[org.apache.lens/lens-examples "2.0.1-beta-incubating"]