GroupId | GroupIddev.binis |
---|---|
ArtifactId | ArtifactIdcode-generator-annotation |
Version | Version0.1.15 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/dev.binis/code-generator-annotation/ -->
<dependency>
<groupId>dev.binis</groupId>
<artifactId>code-generator-annotation</artifactId>
<version>0.1.15</version>
</dependency>
// https://jarcasting.com/artifacts/dev.binis/code-generator-annotation/
implementation 'dev.binis:code-generator-annotation:0.1.15'
// https://jarcasting.com/artifacts/dev.binis/code-generator-annotation/
implementation ("dev.binis:code-generator-annotation:0.1.15")
'dev.binis:code-generator-annotation:jar:0.1.15'
<dependency org="dev.binis" name="code-generator-annotation" rev="0.1.15">
<artifact name="code-generator-annotation" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.binis', module='code-generator-annotation', version='0.1.15')
)
libraryDependencies += "dev.binis" % "code-generator-annotation" % "0.1.15"
[dev.binis/code-generator-annotation "0.1.15"]