GroupId | GroupIdnl.elucidator.patterns.builder.annotations |
---|---|
ArtifactId | ArtifactIdbuilder-annotations |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/nl.elucidator.patterns.builder.annotations/builder-annotations/ -->
<dependency>
<groupId>nl.elucidator.patterns.builder.annotations</groupId>
<artifactId>builder-annotations</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/nl.elucidator.patterns.builder.annotations/builder-annotations/
implementation 'nl.elucidator.patterns.builder.annotations:builder-annotations:1.1.0'
// https://jarcasting.com/artifacts/nl.elucidator.patterns.builder.annotations/builder-annotations/
implementation ("nl.elucidator.patterns.builder.annotations:builder-annotations:1.1.0")
'nl.elucidator.patterns.builder.annotations:builder-annotations:jar:1.1.0'
<dependency org="nl.elucidator.patterns.builder.annotations" name="builder-annotations" rev="1.1.0">
<artifact name="builder-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.elucidator.patterns.builder.annotations', module='builder-annotations', version='1.1.0')
)
libraryDependencies += "nl.elucidator.patterns.builder.annotations" % "builder-annotations" % "1.1.0"
[nl.elucidator.patterns.builder.annotations/builder-annotations "1.1.0"]