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