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