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