Categories |
CategoriesAuto Application Layer Libs Code Generators Takes User Interface Web Frameworks |
---|---|
GroupId | GroupIdio.github.high-stakes |
ArtifactId | ArtifactIdautointerface |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
autointerface-0.1.2.pom | |
autointerface-0.1.2.jar | 6 KB |
autointerface-0.1.2-sources.jar | 2 KB |
autointerface-0.1.2-javadoc.jar | 392 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.high-stakes/autointerface/ -->
<dependency>
<groupId>io.github.high-stakes</groupId>
<artifactId>autointerface</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.high-stakes/autointerface/
implementation 'io.github.high-stakes:autointerface:0.1.2'
// https://jarcasting.com/artifacts/io.github.high-stakes/autointerface/
implementation ("io.github.high-stakes:autointerface:0.1.2")
'io.github.high-stakes:autointerface:jar:0.1.2'
<dependency org="io.github.high-stakes" name="autointerface" rev="0.1.2">
<artifact name="autointerface" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.high-stakes', module='autointerface', version='0.1.2')
)
libraryDependencies += "io.github.high-stakes" % "autointerface" % "0.1.2"
[io.github.high-stakes/autointerface "0.1.2"]