| GroupId | GroupIdcom.41concepts |
|---|---|
| ArtifactId | ArtifactIdvaljogen-annotations |
| Version | Version1.0.0-RC2 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.41concepts/valjogen-annotations/ -->
<dependency>
<groupId>com.41concepts</groupId>
<artifactId>valjogen-annotations</artifactId>
<version>1.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/com.41concepts/valjogen-annotations/
implementation 'com.41concepts:valjogen-annotations:1.0.0-RC2'
// https://jarcasting.com/artifacts/com.41concepts/valjogen-annotations/
implementation ("com.41concepts:valjogen-annotations:1.0.0-RC2")
'com.41concepts:valjogen-annotations:jar:1.0.0-RC2'
<dependency org="com.41concepts" name="valjogen-annotations" rev="1.0.0-RC2">
<artifact name="valjogen-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.41concepts', module='valjogen-annotations', version='1.0.0-RC2')
)
libraryDependencies += "com.41concepts" % "valjogen-annotations" % "1.0.0-RC2"
[com.41concepts/valjogen-annotations "1.0.0-RC2"]