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