Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.octyl.apt-creator |
ArtifactId | ArtifactIdapt-creator-annotations |
Version | Version0.1.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.octyl.apt-creator/apt-creator-annotations/ -->
<dependency>
<groupId>net.octyl.apt-creator</groupId>
<artifactId>apt-creator-annotations</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.octyl.apt-creator/apt-creator-annotations/
implementation 'net.octyl.apt-creator:apt-creator-annotations:0.1.3'
// https://jarcasting.com/artifacts/net.octyl.apt-creator/apt-creator-annotations/
implementation ("net.octyl.apt-creator:apt-creator-annotations:0.1.3")
'net.octyl.apt-creator:apt-creator-annotations:jar:0.1.3'
<dependency org="net.octyl.apt-creator" name="apt-creator-annotations" rev="0.1.3">
<artifact name="apt-creator-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.octyl.apt-creator', module='apt-creator-annotations', version='0.1.3')
)
libraryDependencies += "net.octyl.apt-creator" % "apt-creator-annotations" % "0.1.3"
[net.octyl.apt-creator/apt-creator-annotations "0.1.3"]