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