Categories |
CategoriesJava Languages Auto Application Layer Libs Code Generators |
---|---|
GroupId | GroupIdcom.github.automately |
ArtifactId | ArtifactIdautomately-java |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
automately-java-1.0.6.pom | |
automately-java-1.0.6.jar | 27 KB |
automately-java-1.0.6-sources.jar | 13 KB |
automately-java-1.0.6-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.automately/automately-java/ -->
<dependency>
<groupId>com.github.automately</groupId>
<artifactId>automately-java</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.automately/automately-java/
implementation 'com.github.automately:automately-java:1.0.6'
// https://jarcasting.com/artifacts/com.github.automately/automately-java/
implementation ("com.github.automately:automately-java:1.0.6")
'com.github.automately:automately-java:jar:1.0.6'
<dependency org="com.github.automately" name="automately-java" rev="1.0.6">
<artifact name="automately-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.automately', module='automately-java', version='1.0.6')
)
libraryDependencies += "com.github.automately" % "automately-java" % "1.0.6"
[com.github.automately/automately-java "1.0.6"]