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

org.lappsgrid:annotations 1.1.0

Java Annotations used in source code.

Группа

Группа

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

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

annotations
Версия

Версия

1.1.0
Тип

Тип

jar

Скачать annotations 1.1.0


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