| Categories |
CategoriesAuto Application Layer Libs Code Generators |
|---|---|
| GroupId | GroupIdcom.fully-automated |
| ArtifactId | ArtifactIdcore-automation |
| Version | Version1.3.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| core-automation-1.3.3.pom | |
| core-automation-1.3.3.jar | 47 KB |
| core-automation-1.3.3-sources.jar | 37 KB |
| core-automation-1.3.3-javadoc.jar | 215 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.fully-automated/core-automation/ -->
<dependency>
<groupId>com.fully-automated</groupId>
<artifactId>core-automation</artifactId>
<version>1.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.fully-automated/core-automation/
implementation 'com.fully-automated:core-automation:1.3.3'
// https://jarcasting.com/artifacts/com.fully-automated/core-automation/
implementation ("com.fully-automated:core-automation:1.3.3")
'com.fully-automated:core-automation:jar:1.3.3'
<dependency org="com.fully-automated" name="core-automation" rev="1.3.3">
<artifact name="core-automation" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fully-automated', module='core-automation', version='1.3.3')
)
libraryDependencies += "com.fully-automated" % "core-automation" % "1.3.3"
[com.fully-automated/core-automation "1.3.3"]