Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.nicoulaj.compile-command-annotations |
ArtifactId | ArtifactIdcompile-command-annotations |
Version | Version1.2.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.nicoulaj.compile-command-annotations/compile-command-annotations/ -->
<dependency>
<groupId>net.nicoulaj.compile-command-annotations</groupId>
<artifactId>compile-command-annotations</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.nicoulaj.compile-command-annotations/compile-command-annotations/
implementation 'net.nicoulaj.compile-command-annotations:compile-command-annotations:1.2.1'
// https://jarcasting.com/artifacts/net.nicoulaj.compile-command-annotations/compile-command-annotations/
implementation ("net.nicoulaj.compile-command-annotations:compile-command-annotations:1.2.1")
'net.nicoulaj.compile-command-annotations:compile-command-annotations:jar:1.2.1'
<dependency org="net.nicoulaj.compile-command-annotations" name="compile-command-annotations" rev="1.2.1">
<artifact name="compile-command-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.nicoulaj.compile-command-annotations', module='compile-command-annotations', version='1.2.1')
)
libraryDependencies += "net.nicoulaj.compile-command-annotations" % "compile-command-annotations" % "1.2.1"
[net.nicoulaj.compile-command-annotations/compile-command-annotations "1.2.1"]