Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.simonvt.schematic |
ArtifactId | ArtifactIdschematic-compiler |
Version | Version0.6.4 |
Type | Typejar |
Filename | Size |
---|---|
schematic-compiler-0.6.4.pom | |
schematic-compiler-0.6.4.jar | 36 KB |
schematic-compiler-0.6.4-sources.jar | 16 KB |
schematic-compiler-0.6.4-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.simonvt.schematic/schematic-compiler/ -->
<dependency>
<groupId>net.simonvt.schematic</groupId>
<artifactId>schematic-compiler</artifactId>
<version>0.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/net.simonvt.schematic/schematic-compiler/
implementation 'net.simonvt.schematic:schematic-compiler:0.6.4'
// https://jarcasting.com/artifacts/net.simonvt.schematic/schematic-compiler/
implementation ("net.simonvt.schematic:schematic-compiler:0.6.4")
'net.simonvt.schematic:schematic-compiler:jar:0.6.4'
<dependency org="net.simonvt.schematic" name="schematic-compiler" rev="0.6.4">
<artifact name="schematic-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.simonvt.schematic', module='schematic-compiler', version='0.6.4')
)
libraryDependencies += "net.simonvt.schematic" % "schematic-compiler" % "0.6.4"
[net.simonvt.schematic/schematic-compiler "0.6.4"]