| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMaven Компиляция и сборка |
| Группа | Группаcom.github.seanroy |
| Идентификатор | Идентификаторlambduh-maven-annotations |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеlambduh-maven-annotations
Annotations that can be used to configure your lambda functions in-line.
|
| Ссылка на сайт |
Ссылка на сайт |
<!-- https://jarcasting.com/artifacts/com.github.seanroy/lambduh-maven-annotations/ -->
<dependency>
<groupId>com.github.seanroy</groupId>
<artifactId>lambduh-maven-annotations</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.seanroy/lambduh-maven-annotations/
implementation 'com.github.seanroy:lambduh-maven-annotations:1.0.0'
// https://jarcasting.com/artifacts/com.github.seanroy/lambduh-maven-annotations/
implementation ("com.github.seanroy:lambduh-maven-annotations:1.0.0")
'com.github.seanroy:lambduh-maven-annotations:jar:1.0.0'
<dependency org="com.github.seanroy" name="lambduh-maven-annotations" rev="1.0.0">
<artifact name="lambduh-maven-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.seanroy', module='lambduh-maven-annotations', version='1.0.0')
)
libraryDependencies += "com.github.seanroy" % "lambduh-maven-annotations" % "1.0.0"
[com.github.seanroy/lambduh-maven-annotations "1.0.0"]