License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.github.seanroy |
ArtifactId | ArtifactIdlambduh-maven-annotations |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionlambduh-maven-annotations
Annotations that can be used to configure your lambda functions in-line.
|
Project URL |
Project URL |
<!-- 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"]