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