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