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