License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.simonvt.schematic |
ArtifactId | ArtifactIdschematic-compiler |
Version | Version0.7.0 |
Type | Typejar |
Description |
DescriptionSchematic Compiler
Automatically generate ContentProviders
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
schematic-compiler-0.7.0.pom | |
schematic-compiler-0.7.0.jar | 38 KB |
schematic-compiler-0.7.0-sources.jar | 17 KB |
schematic-compiler-0.7.0-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.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.simonvt.schematic/schematic-compiler/
implementation 'net.simonvt.schematic:schematic-compiler:0.7.0'
// https://jarcasting.com/artifacts/net.simonvt.schematic/schematic-compiler/
implementation ("net.simonvt.schematic:schematic-compiler:0.7.0")
'net.simonvt.schematic:schematic-compiler:jar:0.7.0'
<dependency org="net.simonvt.schematic" name="schematic-compiler" rev="0.7.0">
<artifact name="schematic-compiler" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.simonvt.schematic', module='schematic-compiler', version='0.7.0')
)
libraryDependencies += "net.simonvt.schematic" % "schematic-compiler" % "0.7.0"
[net.simonvt.schematic/schematic-compiler "0.7.0"]
Group / Artifact | Type | Version |
---|---|---|
net.simonvt.schematic : schematic-annotations | jar | 0.7.0 |
com.squareup : javapoet | jar | 1.7.0 |
com.google.guava : guava | jar | 19.0 |