не последняя версия
Последняя версия 1.0.1

org.fastlight:example 1.0.0


Группа

Группа

org.fastlight
Идентификатор

Идентификатор

example
Версия

Версия

1.0.0
Тип

Тип

jar

Скачать example 1.0.0


<!-- https://jarcasting.com/artifacts/org.fastlight/example/ -->
<dependency>
    <groupId>org.fastlight</groupId>
    <artifactId>example</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.fastlight/example/
implementation 'org.fastlight:example:1.0.0'
// https://jarcasting.com/artifacts/org.fastlight/example/
implementation ("org.fastlight:example:1.0.0")
'org.fastlight:example:jar:1.0.0'
<dependency org="org.fastlight" name="example" rev="1.0.0">
  <artifact name="example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fastlight', module='example', version='1.0.0')
)
libraryDependencies += "org.fastlight" % "example" % "1.0.0"
[org.fastlight/example "1.0.0"]