| Categories |
CategoriesAuto Application Layer Libs Code Generators |
|---|---|
| GroupId | GroupIdcom.github.automately |
| ArtifactId | ArtifactIdautomately-core |
| Version | Version1.9.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| automately-core-1.9.2.pom | |
| automately-core-1.9.2.jar | 277 KB |
| automately-core-1.9.2-sources.jar | 133 KB |
| automately-core-1.9.2-javadoc.jar | 491 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.automately/automately-core/ -->
<dependency>
<groupId>com.github.automately</groupId>
<artifactId>automately-core</artifactId>
<version>1.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.automately/automately-core/
implementation 'com.github.automately:automately-core:1.9.2'
// https://jarcasting.com/artifacts/com.github.automately/automately-core/
implementation ("com.github.automately:automately-core:1.9.2")
'com.github.automately:automately-core:jar:1.9.2'
<dependency org="com.github.automately" name="automately-core" rev="1.9.2">
<artifact name="automately-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.automately', module='automately-core', version='1.9.2')
)
libraryDependencies += "com.github.automately" % "automately-core" % "1.9.2"
[com.github.automately/automately-core "1.9.2"]