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