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