Categories |
CategoriesAuto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdio.github.sukgu |
ArtifactId | ArtifactIdautomation |
Version | Version0.0.12 |
Type | Typejar |
Filename | Size |
---|---|
automation-0.0.12.pom | |
automation-0.0.12.jar | 11 KB |
automation-0.0.12-sources.jar | 5 KB |
automation-0.0.12-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.sukgu/automation/ -->
<dependency>
<groupId>io.github.sukgu</groupId>
<artifactId>automation</artifactId>
<version>0.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.sukgu/automation/
implementation 'io.github.sukgu:automation:0.0.12'
// https://jarcasting.com/artifacts/io.github.sukgu/automation/
implementation ("io.github.sukgu:automation:0.0.12")
'io.github.sukgu:automation:jar:0.0.12'
<dependency org="io.github.sukgu" name="automation" rev="0.0.12">
<artifact name="automation" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.sukgu', module='automation', version='0.0.12')
)
libraryDependencies += "io.github.sukgu" % "automation" % "0.0.12"
[io.github.sukgu/automation "0.0.12"]