Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdbr.com.objectos.auto |
ArtifactId | ArtifactIdannotations |
Version | Version0.8.0 |
Type | Typejar |
Filename | Size |
---|---|
annotations-0.8.0.pom | |
annotations-0.8.0.jar | 3 KB |
annotations-0.8.0-sources.jar | 3 KB |
annotations-0.8.0-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.objectos.auto/annotations/ -->
<dependency>
<groupId>br.com.objectos.auto</groupId>
<artifactId>annotations</artifactId>
<version>0.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos.auto/annotations/
implementation 'br.com.objectos.auto:annotations:0.8.0'
// https://jarcasting.com/artifacts/br.com.objectos.auto/annotations/
implementation ("br.com.objectos.auto:annotations:0.8.0")
'br.com.objectos.auto:annotations:jar:0.8.0'
<dependency org="br.com.objectos.auto" name="annotations" rev="0.8.0">
<artifact name="annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos.auto', module='annotations', version='0.8.0')
)
libraryDependencies += "br.com.objectos.auto" % "annotations" % "0.8.0"
[br.com.objectos.auto/annotations "0.8.0"]